Index: sandbox/linux/services/x86_64_linux_syscalls.h |
diff --git a/sandbox/linux/services/x86_64_linux_syscalls.h b/sandbox/linux/services/x86_64_linux_syscalls.h |
index bd30c55b1d8b0aa59b07617b4d4de75350fb90a6..ea6c55512fd6a6efe317dd9caf4fa9ba2c735058 100644 |
--- a/sandbox/linux/services/x86_64_linux_syscalls.h |
+++ b/sandbox/linux/services/x86_64_linux_syscalls.h |
@@ -1262,5 +1262,33 @@ |
#define __NR_kcmp 312 |
#endif |
+#if !defined(__NR_finit_module) |
+#define __NR_finit_module 313 |
+#endif |
+ |
+#if !defined(__NR_sched_setattr) |
+#define __NR_sched_setattr 314 |
+#endif |
+ |
+#if !defined(__NR_sched_getattr) |
+#define __NR_sched_getattr 315 |
+#endif |
+ |
+#if !defined(__NR_renameat2) |
+#define __NR_renameat2 316 |
+#endif |
+ |
+#if !defined(__NR_seccomp) |
+#define __NR_seccomp 317 |
+#endif |
+ |
+#if !defined(__NR_getrandom) |
+#define __NR_getrandom 318 |
+#endif |
+ |
+#if !defined(__NR_memfd_create) |
+#define __NR_memfd_create 319 |
+#endif |
+ |
#endif // SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_ |