Go to the documentation of this file.
8 #if __BITS_PER_LONG == 32
9 #define __ARCH_WANT_STAT64
10 #define __ARCH_WANT_SYS_LLSEEK
12 #define __ARCH_WANT_SYS_RT_SIGACTION
13 #define __ARCH_WANT_SYS_RT_SIGSUSPEND
14 #define __ARCH_WANT_COMPAT_SYS_RT_SIGSUSPEND
23 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall")