Index: sandbox/linux/services/arm_linux_syscalls.h |
diff --git a/sandbox/linux/services/arm_linux_syscalls.h b/sandbox/linux/services/arm_linux_syscalls.h |
index dd0826e54eb8777a92edf2ec1ca9274ab6950bd5..598d8949b18b7526b5784f9be446547e401cf41a 100644 |
--- a/sandbox/linux/services/arm_linux_syscalls.h |
+++ b/sandbox/linux/services/arm_linux_syscalls.h |
@@ -1347,6 +1347,30 @@ |
#define __NR_process_vm_writev (__NR_SYSCALL_BASE+377) |
#endif |
+#if !defined(__NR_kcmp) |
+#define __NR_kcmp (__NR_SYSCALL_BASE+378) |
+#endif |
+ |
+#if !defined(__NR_finit_module) |
+#define __NR_finit_module (__NR_SYSCALL_BASE+379) |
+#endif |
+ |
+#if !defined(__NR_sched_setattr) |
+#define __NR_sched_setattr (__NR_SYSCALL_BASE+380) |
+#endif |
+ |
+#if !defined(__NR_sched_getattr) |
+#define __NR_sched_getattr (__NR_SYSCALL_BASE+381) |
+#endif |
+ |
+#if !defined(__NR_renameat2) |
+#define __NR_renameat2 (__NR_SYSCALL_BASE+382) |
+#endif |
+ |
+#if !defined(__NR_seccomp) |
+#define __NR_seccomp (__NR_SYSCALL_BASE+383) |
+#endif |
+ |
// ARM private syscalls. |
#if !defined(__ARM_NR_breakpoint) |
#define __ARM_NR_breakpoint (__ARM_NR_BASE+1) |