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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
1 1
2 # This file is for overriding the Linux versions. 2 # This file is for overriding the Linux versions.
3 # TODO(mseaborn): Change build system so that overriding files is easier. 3 # TODO(mseaborn): Change build system so that overriding files is easier.
4 4
5 # These are listed only for generating stubs, so argument lists don't matter. 5 # These are listed only for generating stubs, so argument lists don't matter.
6 6
7 clone EXTRA clone i:ppipppp __clone clone
8 create_module EXTRA create_module p:pi create_module
9 delete_module EXTRA delete_module i:pipp delete_module
10 init_module EXTRA init_module i:pip init_module
7 umount EXTRA umount i:s __umount umount 11 umount EXTRA umount i:s __umount umount
8 umount2 EXTRA umount2 i:si __umount2 umount2 12 umount2 EXTRA umount2 i:si __umount2 umount2
9 clone» » EXTRA» clone» » i:» __clone»clone 13 vhangup»» EXTRA» vhangup»» i:» vhangup
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698