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

Unified Diff: src/untrusted/irt/nacl.scons

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: Split mprotect into separate dev interface. 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
Index: src/untrusted/irt/nacl.scons
diff --git a/src/untrusted/irt/nacl.scons b/src/untrusted/irt/nacl.scons
index d01387b5e52bc26365dd3ba88aa7d6918d31f7c9..f98094f5e7beb8664335c52b6c51a7eced22bf80 100644
--- a/src/untrusted/irt/nacl.scons
+++ b/src/untrusted/irt/nacl.scons
@@ -52,6 +52,7 @@ irt_common_interfaces = [
'irt_clock.c',
'irt_dev_getpid.c',
'irt_dev_exception_handling.c',
+ 'irt_dev_mprotect.c',
'irt_nameservice.c',
'irt_random.c',
]

Powered by Google App Engine
This is Rietveld 408576698