s390/syscalls: ignore syscalls reachable via sys_socketcall
[deliverable/linux.git] / arch / s390 / include / asm / unistd.h
1 /*
2 * S390 version
3 *
4 * Derived from "include/asm-i386/unistd.h"
5 */
6 #ifndef _ASM_S390_UNISTD_H_
7 #define _ASM_S390_UNISTD_H_
8
9 #include <uapi/asm/unistd.h>
10
11
12 #define __IGNORE_time
13
14 /* NUMA system calls */
15 #define _ARCH_WANT_mbind
16 #define __ARCH_WANT_get_mempolicy
17 #define __ARCH_WANT_set_mempolicy
18 #define __ARCH_WANT_migrate_pages
19 #define __ARCH_WANT_move_pages
20
21 /* Ignore system calls that are also reachable via sys_socketcall */
22 #define __IGNORE_recvmmsg
23 #define __IGNORE_sendmmsg
24 #define __IGNORE_socket
25 #define __IGNORE_socketpair
26 #define __IGNORE_bind
27 #define __IGNORE_connect
28 #define __IGNORE_listen
29 #define __IGNORE_accept4
30 #define __IGNORE_getsockopt
31 #define __IGNORE_setsockopt
32 #define __IGNORE_getsockname
33 #define __IGNORE_getpeername
34 #define __IGNORE_sendto
35 #define __IGNORE_sendmsg
36 #define __IGNORE_recvfrom
37 #define __IGNORE_recvmsg
38 #define __IGNORE_shutdown
39
40 #define __ARCH_WANT_OLD_READDIR
41 #define __ARCH_WANT_SYS_ALARM
42 #define __ARCH_WANT_SYS_GETHOSTNAME
43 #define __ARCH_WANT_SYS_PAUSE
44 #define __ARCH_WANT_SYS_SIGNAL
45 #define __ARCH_WANT_SYS_UTIME
46 #define __ARCH_WANT_SYS_SOCKETCALL
47 #define __ARCH_WANT_SYS_IPC
48 #define __ARCH_WANT_SYS_FADVISE64
49 #define __ARCH_WANT_SYS_GETPGRP
50 #define __ARCH_WANT_SYS_LLSEEK
51 #define __ARCH_WANT_SYS_NICE
52 #define __ARCH_WANT_SYS_OLD_GETRLIMIT
53 #define __ARCH_WANT_SYS_OLD_MMAP
54 #define __ARCH_WANT_SYS_OLDUMOUNT
55 #define __ARCH_WANT_SYS_SIGPENDING
56 #define __ARCH_WANT_SYS_SIGPROCMASK
57 # ifdef CONFIG_COMPAT
58 # define __ARCH_WANT_COMPAT_SYS_TIME
59 # endif
60 #define __ARCH_WANT_SYS_FORK
61 #define __ARCH_WANT_SYS_VFORK
62 #define __ARCH_WANT_SYS_CLONE
63
64 #endif /* _ASM_S390_UNISTD_H_ */
This page took 0.033024 seconds and 5 git commands to generate.