Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _ASM_M32R_UNISTD_H |
| 2 | #define _ASM_M32R_UNISTD_H |
| 3 | |
David Howells | f7f4dc1 | 2012-12-19 16:07:18 +0000 | [diff] [blame] | 4 | #include <uapi/asm/unistd.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
David Woodhouse | 5614253 | 2006-04-29 01:51:47 +0100 | [diff] [blame] | 6 | |
Eric W. Biederman | 7b21fdd | 2011-05-27 19:28:27 -0700 | [diff] [blame] | 7 | #define NR_syscalls 326 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | #define __ARCH_WANT_STAT64 |
| 10 | #define __ARCH_WANT_SYS_ALARM |
| 11 | #define __ARCH_WANT_SYS_GETHOSTNAME |
Christoph Hellwig | baed7fc | 2010-03-10 15:21:18 -0800 | [diff] [blame] | 12 | #define __ARCH_WANT_SYS_IPC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | #define __ARCH_WANT_SYS_PAUSE |
| 14 | #define __ARCH_WANT_SYS_TIME |
| 15 | #define __ARCH_WANT_SYS_UTIME |
| 16 | #define __ARCH_WANT_SYS_WAITPID |
| 17 | #define __ARCH_WANT_SYS_SOCKETCALL |
| 18 | #define __ARCH_WANT_SYS_FADVISE64 |
| 19 | #define __ARCH_WANT_SYS_GETPGRP |
| 20 | #define __ARCH_WANT_SYS_LLSEEK |
| 21 | #define __ARCH_WANT_SYS_OLD_GETRLIMIT /*will be unused*/ |
| 22 | #define __ARCH_WANT_SYS_OLDUMOUNT |
Al Viro | 92bbe6c | 2012-10-21 16:52:56 -0400 | [diff] [blame] | 23 | #define __ARCH_WANT_SYS_CLONE |
| 24 | #define __ARCH_WANT_SYS_FORK |
| 25 | #define __ARCH_WANT_SYS_VFORK |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | |
Hirokazu Takata | 52fda48 | 2007-09-13 18:31:34 +0900 | [diff] [blame] | 27 | #define __IGNORE_lchown |
| 28 | #define __IGNORE_setuid |
| 29 | #define __IGNORE_getuid |
| 30 | #define __IGNORE_setgid |
| 31 | #define __IGNORE_getgid |
| 32 | #define __IGNORE_geteuid |
| 33 | #define __IGNORE_getegid |
| 34 | #define __IGNORE_fcntl |
| 35 | #define __IGNORE_setreuid |
| 36 | #define __IGNORE_setregid |
| 37 | #define __IGNORE_getrlimit |
| 38 | #define __IGNORE_getgroups |
| 39 | #define __IGNORE_setgroups |
| 40 | #define __IGNORE_select |
| 41 | #define __IGNORE_mmap |
| 42 | #define __IGNORE_fchown |
| 43 | #define __IGNORE_setfsuid |
| 44 | #define __IGNORE_setfsgid |
| 45 | #define __IGNORE_setresuid |
| 46 | #define __IGNORE_getresuid |
| 47 | #define __IGNORE_setresgid |
| 48 | #define __IGNORE_getresgid |
| 49 | #define __IGNORE_chown |
| 50 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | #endif /* _ASM_M32R_UNISTD_H */ |