repo.or.cz
/
nao-ulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
making the kernel build with up to date compilers again, see https://bbs.archlinux...
[nao-ulib.git]
/
kernel
/
2.6.29.6-aldebaran-rt
/
arch
/
x86
/
include
/
asm
/
seccomp.h
blob
c62e58a5a90de020d2ff1602a0320974d22fc930
1
#ifdef CONFIG_X86_32
2
# include
"seccomp_32.h"
3
#else
4
# include
"seccomp_64.h"
5
#endif