summaryrefslogtreecommitdiff
path: root/sandbox/linux/system_headers/mips64_linux_syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/linux/system_headers/mips64_linux_syscalls.h')
-rw-r--r--sandbox/linux/system_headers/mips64_linux_syscalls.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sandbox/linux/system_headers/mips64_linux_syscalls.h b/sandbox/linux/system_headers/mips64_linux_syscalls.h
index 90f3d1bea8..d003124284 100644
--- a/sandbox/linux/system_headers/mips64_linux_syscalls.h
+++ b/sandbox/linux/system_headers/mips64_linux_syscalls.h
@@ -1263,12 +1263,4 @@
#define __NR_seccomp (__NR_Linux + 312)
#endif
-#if !defined(__NR_getrandom)
-#define __NR_getrandom (__NR_Linux + 313)
-#endif
-
-#if !defined(__NR_memfd_create)
-#define __NR_memfd_create (__NR_Linux + 314)
-#endif
-
#endif // SANDBOX_LINUX_SYSTEM_HEADERS_MIPS64_LINUX_SYSCALLS_H_