Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.2-rc5 10 lines 210 B view raw
1#ifndef _ASM_POWERPC_SECCOMP_H 2#define _ASM_POWERPC_SECCOMP_H 3 4#include <linux/unistd.h> 5 6#define __NR_seccomp_sigreturn_32 __NR_sigreturn 7 8#include <asm-generic/seccomp.h> 9 10#endif /* _ASM_POWERPC_SECCOMP_H */