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

Unified Diff: elf/Versions

Issue 12382030: Provide mprotect syscall (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: Addressed CR comments Created 7 years, 9 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 | « no previous file | sysdeps/nacl/irt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: elf/Versions
diff --git a/elf/Versions b/elf/Versions
index d6ba458bf5bfc1b5fe40d866de21e5acf1b8a710..a2c64ad3f53baaafdc872467f542d8229b79cfa8 100644
--- a/elf/Versions
+++ b/elf/Versions
@@ -93,6 +93,7 @@ ld {
__nacl_irt_gettod;
__nacl_irt_mmap;
__nacl_irt_munmap;
+ __nacl_irt_mprotect;
__nacl_irt_mutex_create;
__nacl_irt_mutex_destroy;
__nacl_irt_mutex_lock;
« no previous file with comments | « no previous file | sysdeps/nacl/irt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698