Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | * S390 version |
| 3 | * |
| 4 | * Derived from "include/asm-i386/unistd.h" |
| 5 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | #ifndef _ASM_S390_UNISTD_H_ |
| 7 | #define _ASM_S390_UNISTD_H_ |
| 8 | |
David Howells | 9807f75 | 2012-10-09 09:47:31 +0100 | [diff] [blame] | 9 | #include <uapi/asm/unistd.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | |
David Woodhouse | 5614253 | 2006-04-29 01:51:47 +0100 | [diff] [blame] | 11 | |
Heiko Carstens | fd5d8bf | 2007-05-21 11:25:20 +0200 | [diff] [blame] | 12 | #define __IGNORE_time |
Heiko Carstens | fd5d8bf | 2007-05-21 11:25:20 +0200 | [diff] [blame] | 13 | |
Heiko Carstens | 5a7ff75 | 2015-08-04 09:15:58 +0200 | [diff] [blame] | 14 | /* Ignore system calls that are also reachable via sys_socketcall */ |
Heiko Carstens | 94e587f | 2010-01-13 20:44:42 +0100 | [diff] [blame] | 15 | #define __IGNORE_recvmmsg |
Heiko Carstens | bfac1d2 | 2011-05-23 10:24:47 +0200 | [diff] [blame] | 16 | #define __IGNORE_sendmmsg |
Heiko Carstens | 5a7ff75 | 2015-08-04 09:15:58 +0200 | [diff] [blame] | 17 | #define __IGNORE_socket |
| 18 | #define __IGNORE_socketpair |
| 19 | #define __IGNORE_bind |
| 20 | #define __IGNORE_connect |
| 21 | #define __IGNORE_listen |
| 22 | #define __IGNORE_accept4 |
| 23 | #define __IGNORE_getsockopt |
| 24 | #define __IGNORE_setsockopt |
| 25 | #define __IGNORE_getsockname |
| 26 | #define __IGNORE_getpeername |
| 27 | #define __IGNORE_sendto |
| 28 | #define __IGNORE_sendmsg |
| 29 | #define __IGNORE_recvfrom |
| 30 | #define __IGNORE_recvmsg |
| 31 | #define __IGNORE_shutdown |
Heiko Carstens | 94e587f | 2010-01-13 20:44:42 +0100 | [diff] [blame] | 32 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | #define __ARCH_WANT_OLD_READDIR |
| 34 | #define __ARCH_WANT_SYS_ALARM |
| 35 | #define __ARCH_WANT_SYS_GETHOSTNAME |
| 36 | #define __ARCH_WANT_SYS_PAUSE |
| 37 | #define __ARCH_WANT_SYS_SIGNAL |
| 38 | #define __ARCH_WANT_SYS_UTIME |
| 39 | #define __ARCH_WANT_SYS_SOCKETCALL |
Heiko Carstens | 3a3954c | 2011-12-27 11:27:21 +0100 | [diff] [blame] | 40 | #define __ARCH_WANT_SYS_IPC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | #define __ARCH_WANT_SYS_FADVISE64 |
| 42 | #define __ARCH_WANT_SYS_GETPGRP |
| 43 | #define __ARCH_WANT_SYS_LLSEEK |
| 44 | #define __ARCH_WANT_SYS_NICE |
| 45 | #define __ARCH_WANT_SYS_OLD_GETRLIMIT |
Christoph Hellwig | a467937 | 2010-03-10 15:21:15 -0800 | [diff] [blame] | 46 | #define __ARCH_WANT_SYS_OLD_MMAP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | #define __ARCH_WANT_SYS_OLDUMOUNT |
| 48 | #define __ARCH_WANT_SYS_SIGPENDING |
| 49 | #define __ARCH_WANT_SYS_SIGPROCMASK |
Heiko Carstens | 54dfe5dd | 2006-02-01 03:06:38 -0800 | [diff] [blame] | 50 | # ifdef CONFIG_COMPAT |
| 51 | # define __ARCH_WANT_COMPAT_SYS_TIME |
Heiko Carstens | 54dfe5dd | 2006-02-01 03:06:38 -0800 | [diff] [blame] | 52 | # endif |
Al Viro | 87f1ca8 | 2012-10-21 16:44:27 -0400 | [diff] [blame] | 53 | #define __ARCH_WANT_SYS_FORK |
| 54 | #define __ARCH_WANT_SYS_VFORK |
| 55 | #define __ARCH_WANT_SYS_CLONE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | #endif /* _ASM_S390_UNISTD_H_ */ |