Browse Source

[S390] Ignore sendmmsg system call note wired up warning

sendmmsg is reachable via the socket system call. We don't enable a second
way on s390 to reach the same system call.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Heiko Carstens 14 years ago
parent
commit
bfac1d2d34
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/s390/include/asm/unistd.h

+ 1 - 0
arch/s390/include/asm/unistd.h

@@ -385,6 +385,7 @@
 
 
 /* Ignore system calls that are also reachable via sys_socket */
 /* Ignore system calls that are also reachable via sys_socket */
 #define __IGNORE_recvmmsg
 #define __IGNORE_recvmmsg
+#define __IGNORE_sendmmsg
 
 
 #define __ARCH_WANT_IPC_PARSE_VERSION
 #define __ARCH_WANT_IPC_PARSE_VERSION
 #define __ARCH_WANT_OLD_READDIR
 #define __ARCH_WANT_OLD_READDIR