Go to the documentation of this file.
16 #include <asm/unistd.h>
18 #define SYSCALL(func) __NR_##func
19 #define COMPAT_SYS(func) __NR_##func
20 #define PPC_SYS(func) __NR_##func
22 #define OLDSYS(func) -1
23 #define SYS32ONLY(func) -1
25 #define OLDSYS(func) __NR_old##func
26 #define SYS32ONLY(func) __NR_##func
28 #define SYSX(f, f3264, f32) -1
30 #define SYSCALL_SPU(func) SYSCALL(func)
31 #define COMPAT_SYS_SPU(func) COMPAT_SYS(func)
32 #define PPC_SYS_SPU(func) PPC_SYS(func)
33 #define SYSX_SPU(f, f3264, f32) SYSX(f, f3264, f32)
36 #define __NR_ni_syscall -1
42 #define __NR_llseek __NR__llseek
44 #define __NR_umount __NR_umount2
45 #define __NR_old_getrlimit __NR_getrlimit
46 #define __NR_newstat __NR_stat
47 #define __NR_newlstat __NR_lstat
48 #define __NR_newfstat __NR_fstat
49 #define __NR_newuname __NR_uname
50 #define __NR_sysctl __NR__sysctl
51 #define __NR_olddebug_setcontext __NR_sys_debug_setcontext
54 #define getrlimit ugetrlimit