sh: Wire up recvmmsg syscall.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 11 Dec 2009 06:29:31 +0000 (15:29 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 11 Dec 2009 06:29:31 +0000 (15:29 +0900)
The stub already existed in the _64 syscall table, but was lacking a
__NR_recvmmsg definition, while it was absent entirely for _32 variants.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found