commit | c89fbd3987d058fad3ea072aab68adfbdd13e498 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Dec 11 15:29:31 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Dec 11 15:29:31 2009 +0900 |
tree | 664ec0fcf8074e87d6384c35025d1b459b795923 | |
parent | d580cd96c8ee0c2647b810a2a8762cf631a5f97b [diff] |
sh: Wire up recvmmsg syscall. 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>