sh: Provide a non-multiplexed sys_recvmmsg path.

Now that the rest of the socket calls are provided through their own
paths, do the same for sys_recvmmsg. It's unlikely we'll ever be able to
kill off the socketcall path, but this at least permits userspace to
gradually begin migrating.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2010-09-14 17:43:11 +09:00
parent 459ebb34bd
commit 51d149be0a
2 changed files with 20 additions and 20 deletions

View File

@@ -374,3 +374,4 @@ ENTRY(sys_call_table)
.long sys_getsockopt
.long sys_sendmsg /* 355 */
.long sys_recvmsg
.long sys_recvmmsg