arch/x86/include/asm/seccomp_32.h
changeset 2 d1f6d8b6f81c
parent 0 aa628870c1d3
equal deleted inserted replaced
1:0056487c491e 2:d1f6d8b6f81c
     1 #ifndef _ASM_X86_SECCOMP_32_H
     1 #ifndef _ASM_X86_SECCOMP_32_H
     2 #define _ASM_X86_SECCOMP_32_H
     2 #define _ASM_X86_SECCOMP_32_H
     3 
       
     4 #include <linux/thread_info.h>
       
     5 
       
     6 #ifdef TIF_32BIT
       
     7 #error "unexpected TIF_32BIT on i386"
       
     8 #endif
       
     9 
     3 
    10 #include <linux/unistd.h>
     4 #include <linux/unistd.h>
    11 
     5 
    12 #define __NR_seccomp_read __NR_read
     6 #define __NR_seccomp_read __NR_read
    13 #define __NR_seccomp_write __NR_write
     7 #define __NR_seccomp_write __NR_write