Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
seccomp.h File Reference
#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_rt_sigreturn
 

Macro Definition Documentation

#define __NR_seccomp_exit   __NR_exit

Definition at line 8 of file seccomp.h.

#define __NR_seccomp_read   __NR_read

Definition at line 6 of file seccomp.h.

#define __NR_seccomp_sigreturn   __NR_rt_sigreturn

Definition at line 9 of file seccomp.h.

#define __NR_seccomp_write   __NR_write

Definition at line 7 of file seccomp.h.