sh: Provide a non-multiplexed sys_recvmmsg path.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 14 Sep 2010 08:43:11 +0000 (17:43 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 14 Sep 2010 08:43:11 +0000 (17:43 +0900)
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>

No differences found