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

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

Issue 744803003: Non-SFI mode: Add syscalls which are needed for nacl_helper_nonsfi's sandbox. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 1 month 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/nonsfi/linux/linux_syscalls.h
diff --git a/src/nonsfi/linux/linux_syscalls.h b/src/nonsfi/linux/linux_syscalls.h
index 42efbc369c926b8d72c68a7239ec0f83b27f6087..9dbf590335bc5d40ec1e592ce334d12c02d79a40 100644
--- a/src/nonsfi/linux/linux_syscalls.h
+++ b/src/nonsfi/linux/linux_syscalls.h
@@ -58,6 +58,9 @@
# define __NR_exit_group 252
# define __NR_clock_gettime 265
# define __NR_clock_getres 266
+# define __NR_openat 295
+# define __NR_fstatat64 300
+# define __NR_pipe2 331
#define SYS_SOCKETPAIR 8
#define SYS_SHUTDOWN 13
@@ -115,6 +118,9 @@
# define __NR_shutdown 293
# define __NR_sendmsg 296
# define __NR_recvmsg 297
+# define __NR_openat 322
+# define __NR_fstatat64 327
+# define __NR_pipe2 359
# define __NR_ARM_set_tls 0xf0005
#else

Powered by Google App Engine
This is Rietveld 408576698