Linux Kernel
3.7.1
|
#include <linux/unistd.h>
Go to the source code of this file.
Macros | |
#define | __NR_seccomp_read __NR_read |
#define | __NR_seccomp_write __NR_write |
#define | __NR_seccomp_exit __NR_exit |
#define | __NR_seccomp_sigreturn __NR_sigreturn |
#define __NR_seccomp_exit __NR_exit |
Definition at line 8 of file seccomp_32.h.
#define __NR_seccomp_read __NR_read |
Definition at line 6 of file seccomp_32.h.
#define __NR_seccomp_sigreturn __NR_sigreturn |
Definition at line 9 of file seccomp_32.h.
#define __NR_seccomp_write __NR_write |
Definition at line 7 of file seccomp_32.h.