Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: src/untrusted/irt/irt.gyp

Issue 11141016: mprotect system call exposed to the untrusted code. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Removed leftover code. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/untrusted/irt/irt.h ('k') | src/untrusted/irt/irt_dev_mprotect.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/irt.gyp
diff --git a/src/untrusted/irt/irt.gyp b/src/untrusted/irt/irt.gyp
index 24c62eac025bc0d1ba5bdb35ea85b4f2747b15cf..de119c300dd07e8ea18dae166726599e9f48a13f 100644
--- a/src/untrusted/irt/irt.gyp
+++ b/src/untrusted/irt/irt.gyp
@@ -28,6 +28,7 @@
'irt_clock.c',
'irt_dev_getpid.c',
'irt_dev_exception_handling.c',
+ 'irt_dev_mprotect.c',
'irt_nameservice.c',
'irt_random.c',
# support_srcs
« no previous file with comments | « src/untrusted/irt/irt.h ('k') | src/untrusted/irt/irt_dev_mprotect.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698