commit | 79f211b8e17205aae0304c58518fbc58506e52e3 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jan 19 17:00:31 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jan 19 17:00:31 2010 +0900 |
tree | cf4227655998956a2a57646bef700bbd27bf308e | |
parent | 6eacb2c4cba4c84c2aee13f416cd476777e8400a [diff] |
sh64: wire up sys_accept4. sh64 on the other hand provides both direct broken out syscalls as well as socketcall access. As there are binaries that use both socketcall has to stay around. The current ABI prefers direct syscalls. It was pointed out that when sys_recvmmsg was added in, sys_accept4 was overlooked. This takes care of wiring it up. Signed-off-by: Paul Mundt <lethal@linux-sh.org>