]> Git Repo - linux.git/blob - arch/sparc/include/asm/seccomp.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux.git] / arch / sparc / include / asm / seccomp.h
1 #ifndef _ASM_SECCOMP_H
2 #define _ASM_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_SECCOMP_H */
This page took 0.028903 seconds and 4 git commands to generate.