cc2d316fe7
Switch to using the newly created asm-generic/seccomp.h for the seccomp strict mode syscall definitions. Since microblaze is 32-bit, the COMPAT seccomp defines are unused and can be dropped. The obsolete sigreturn for seccomp strict mode is retained as an override. Remaining definitions are identical. Signed-off-by: Kees Cook <keescook@chromium.org> Cc: Michal Simek <monstr@monstr.eu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
11 lines
217 B
C
11 lines
217 B
C
#ifndef _ASM_MICROBLAZE_SECCOMP_H
|
|
#define _ASM_MICROBLAZE_SECCOMP_H
|
|
|
|
#include <linux/unistd.h>
|
|
|
|
#define __NR_seccomp_sigreturn __NR_sigreturn
|
|
|
|
#include <asm-generic/seccomp.h>
|
|
|
|
#endif /* _ASM_MICROBLAZE_SECCOMP_H */
|