#include <uapi/asm/unistd.h>
Go to the source code of this file.
| #define __ARCH_WANT_STAT64 |
| #define __ARCH_WANT_SYS_EXECVE |
| #define __ARCH_WANT_SYS_GETPGRP |
| #define __ARCH_WANT_SYS_LLSEEK |
| #define __ARCH_WANT_SYS_RT_SIGACTION |
| #define __ARCH_WANT_SYS_RT_SIGSUSPEND |
| #define __ARCH_WANT_SYS_UTIME |
| #define __IGNORE_alarm /* use setitimer */ |
| #define __IGNORE_fork /* use clone */ |
| #define __IGNORE_mmap /* use mmap2 */ |
| #define __IGNORE_vfork /* use clone */ |
| #define cond_syscall |
( |
|
x | ) |
asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall"); |