|
@@ -2,11 +2,6 @@
|
|
|
|
|
|
#include <linux/unistd.h>
|
|
#include <linux/unistd.h>
|
|
|
|
|
|
-#define __NR_seccomp_read __NR_read
|
|
|
|
-#define __NR_seccomp_write __NR_write
|
|
|
|
-#define __NR_seccomp_exit __NR_exit
|
|
|
|
-#define __NR_seccomp_sigreturn __NR_rt_sigreturn
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* Kludge alert:
|
|
* Kludge alert:
|
|
*
|
|
*
|
|
@@ -29,4 +24,6 @@
|
|
|
|
|
|
#endif /* CONFIG_MIPS32_O32 */
|
|
#endif /* CONFIG_MIPS32_O32 */
|
|
|
|
|
|
|
|
+#include <asm-generic/seccomp.h>
|
|
|
|
+
|
|
#endif /* __ASM_SECCOMP_H */
|
|
#endif /* __ASM_SECCOMP_H */
|