diff options
Diffstat (limited to 'arch/sparc/include/asm/seccomp.h')
-rw-r--r-- | arch/sparc/include/asm/seccomp.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/seccomp.h b/arch/sparc/include/asm/seccomp.h new file mode 100644 index 000000000..5ef8826d4 --- /dev/null +++ b/arch/sparc/include/asm/seccomp.h @@ -0,0 +1,10 @@ +#ifndef _ASM_SECCOMP_H +#define _ASM_SECCOMP_H + +#include <linux/unistd.h> + +#define __NR_seccomp_sigreturn_32 __NR_sigreturn + +#include <asm-generic/seccomp.h> + +#endif /* _ASM_SECCOMP_H */ |