summaryrefslogtreecommitdiff
path: root/sandbox/linux/system_headers/mips_linux_syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/linux/system_headers/mips_linux_syscalls.h')
-rw-r--r--sandbox/linux/system_headers/mips_linux_syscalls.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sandbox/linux/system_headers/mips_linux_syscalls.h b/sandbox/linux/system_headers/mips_linux_syscalls.h
index 784d6b8ae0..eb1717aad9 100644
--- a/sandbox/linux/system_headers/mips_linux_syscalls.h
+++ b/sandbox/linux/system_headers/mips_linux_syscalls.h
@@ -1425,12 +1425,4 @@
#define __NR_seccomp (__NR_Linux + 352)
#endif
-#if !defined(__NR_getrandom)
-#define __NR_getrandom (__NR_Linux + 353)
-#endif
-
-#if !defined(__NR_memfd_create)
-#define __NR_memfd_create (__NR_Linux + 354)
-#endif
-
#endif // SANDBOX_LINUX_SYSTEM_HEADERS_MIPS_LINUX_SYSCALLS_H_