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

Unified Diff: sysdeps/nacl/syscalls.list

Issue 7737022: Change make-syscalls.sh to make syscall interception possible. (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: base => name Created 9 years, 3 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 | « sysdeps/nacl/sigaction.c ('k') | sysdeps/nacl/sysdep.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sysdeps/nacl/syscalls.list
diff --git a/sysdeps/nacl/syscalls.list b/sysdeps/nacl/syscalls.list
index 0a06bf2f6c0c5cd2a6165baa3dfec59038a42b1f..84130916a0dff15a5f0a6fc7c3250144bd687d9b 100644
--- a/sysdeps/nacl/syscalls.list
+++ b/sysdeps/nacl/syscalls.list
@@ -4,6 +4,10 @@
# These are listed only for generating stubs, so argument lists don't matter.
+clone EXTRA clone i:ppipppp __clone clone
+create_module EXTRA create_module p:pi create_module
+delete_module EXTRA delete_module i:pipp delete_module
+init_module EXTRA init_module i:pip init_module
umount EXTRA umount i:s __umount umount
umount2 EXTRA umount2 i:si __umount2 umount2
-clone EXTRA clone i: __clone clone
+vhangup EXTRA vhangup i: vhangup
« no previous file with comments | « sysdeps/nacl/sigaction.c ('k') | sysdeps/nacl/sysdep.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698