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

Unified Diff: src/nonsfi/linux/linux_syscalls.h

Issue 424763007: Non-SFI Mode: Centralise test whitelists; move to Scons (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Rebase Created 6 years, 5 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/nonsfi/linux/linux_sys_private.c ('k') | tests/nonsfi/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/nonsfi/linux/linux_syscalls.h
diff --git a/src/nonsfi/linux/linux_syscalls.h b/src/nonsfi/linux/linux_syscalls.h
index e4569111fb184853ce9a75ff8ba571afcbbd0d25..0d19b2e78f19bd23cc57530d27b785219df5c6da 100644
--- a/src/nonsfi/linux/linux_syscalls.h
+++ b/src/nonsfi/linux/linux_syscalls.h
@@ -20,6 +20,7 @@
# define __NR_unlink 10
# define __NR_chdir 12
# define __NR_chmod 15
+# define __NR_getpid 20
# define __NR_access 33
# define __NR_rename 38
# define __NR_mkdir 39
@@ -73,6 +74,7 @@
# define __NR_unlink 10
# define __NR_chdir 12
# define __NR_chmod 15
+# define __NR_getpid 20
# define __NR_access 33
# define __NR_rename 38
# define __NR_mkdir 39
« no previous file with comments | « src/nonsfi/linux/linux_sys_private.c ('k') | tests/nonsfi/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698