Index: sandbox/linux/services/mips_linux_syscalls.h |
diff --git a/sandbox/linux/services/mips_linux_syscalls.h b/sandbox/linux/services/mips_linux_syscalls.h |
index ef609f7799141f26b8f74aac3d7a08dbbe7c9c18..14daff97253f16ca12a91ee905bbb4493805b173 100644 |
--- a/sandbox/linux/services/mips_linux_syscalls.h |
+++ b/sandbox/linux/services/mips_linux_syscalls.h |
@@ -1409,4 +1409,20 @@ |
#define __NR_finit_module (__NR_Linux + 348) |
#endif |
+#if !defined(__NR_sched_setattr) |
+#define __NR_sched_setattr (__NR_Linux + 349) |
+#endif |
+ |
+#if !defined(__NR_sched_getattr) |
+#define __NR_sched_getattr (__NR_Linux + 350) |
+#endif |
+ |
+#if !defined(__NR_renameat2) |
+#define __NR_renameat2 (__NR_Linux + 351) |
+#endif |
+ |
+#if !defined(__NR_seccomp) |
+#define __NR_seccomp (__NR_Linux + 352) |
+#endif |
+ |
#endif // SANDBOX_LINUX_SERVICES_MIPS_LINUX_SYSCALLS_H_ |