mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
bb8985586b
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
6 lines
84 B
C
6 lines
84 B
C
#ifdef CONFIG_X86_32
|
|
# include "seccomp_32.h"
|
|
#else
|
|
# include "seccomp_64.h"
|
|
#endif
|