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

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 5 years, 11 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/file_descriptor_test.cc » ('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 42efbc369c926b8d72c68a7239ec0f83b27f6087..bcd49cb5f7f6cd3efc2c379c7871bf34b52b84ea 100644
--- a/src/nonsfi/linux/linux_syscalls.h
+++ b/src/nonsfi/linux/linux_syscalls.h
@@ -58,6 +58,8 @@
# define __NR_exit_group 252
# define __NR_clock_gettime 265
# define __NR_clock_getres 266
+# define __NR_openat 295
+# define __NR_fstatat64 300
#define SYS_SOCKETPAIR 8
#define SYS_SHUTDOWN 13
@@ -115,6 +117,8 @@
# define __NR_shutdown 293
# define __NR_sendmsg 296
# define __NR_recvmsg 297
+# define __NR_openat 322
+# define __NR_fstatat64 327
# define __NR_ARM_set_tls 0xf0005
#else
« no previous file with comments | « src/nonsfi/linux/linux_sys_private.c ('k') | tests/nonsfi/file_descriptor_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698