diff options
Diffstat (limited to 'linux/arch/sparc/include/asm/seccomp.h')
-rw-r--r-- | linux/arch/sparc/include/asm/seccomp.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linux/arch/sparc/include/asm/seccomp.h b/linux/arch/sparc/include/asm/seccomp.h new file mode 100644 index 00000000..5ef8826d --- /dev/null +++ b/linux/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 */ |