diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-19 17:00:06 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-19 17:00:06 +0900 |
commit | 6eacb2c4cba4c84c2aee13f416cd476777e8400a (patch) | |
tree | 03c70df6e42f2e512a0c6545c75f6a007640e9b3 /arch/sh/include | |
parent | c718aff2e673a4f42de2a8b9f43bbfd700ce9544 (diff) | |
download | linux-3.10-6eacb2c4cba4c84c2aee13f416cd476777e8400a.tar.gz linux-3.10-6eacb2c4cba4c84c2aee13f416cd476777e8400a.tar.bz2 linux-3.10-6eacb2c4cba4c84c2aee13f416cd476777e8400a.zip |
sh: unwire sys_recvmmsg.
sh32 at the moment only uses sys_socketcall to reach these, so unwire
recvmmsg for now. While we're at it, add it to the ignore list, as per
the s390 change.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/asm/unistd_32.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/sh/include/asm/unistd_32.h b/arch/sh/include/asm/unistd_32.h index f18c4f9baf2..365744b0526 100644 --- a/arch/sh/include/asm/unistd_32.h +++ b/arch/sh/include/asm/unistd_32.h @@ -345,12 +345,13 @@ #define __NR_pwritev 334 #define __NR_rt_tgsigqueueinfo 335 #define __NR_perf_event_open 336 -#define __NR_recvmmsg 337 -#define NR_syscalls 338 +#define NR_syscalls 337 #ifdef __KERNEL__ +#define __IGNORE_recvmmsg + #define __ARCH_WANT_IPC_PARSE_VERSION #define __ARCH_WANT_OLD_READDIR #define __ARCH_WANT_OLD_STAT |