seccomp.h 210 B

12345678910
  1. #ifndef _ASM_POWERPC_SECCOMP_H
  2. #define _ASM_POWERPC_SECCOMP_H
  3. #include <linux/unistd.h>
  4. #define __NR_seccomp_sigreturn_32 __NR_sigreturn
  5. #include <asm-generic/seccomp.h>
  6. #endif /* _ASM_POWERPC_SECCOMP_H */