Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.4-rc4 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 */