asm-generic: add sys_accept4 to unistd.h
authorArnd Bergmann <arnd@arndb.de>
Thu, 10 Dec 2009 21:10:31 +0000 (22:10 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 10 Dec 2009 21:18:35 +0000 (22:18 +0100)
commit9ab87644393d789b950ba984fa360f45c4df02e5
tree9a8c98ee3aaf4a70e5650c64d34fdce99e59b7e9
parent1f018c8d0d30bd6cc704104cfc50f2e5eee4e2dd
asm-generic: add sys_accept4 to unistd.h

Code review has shown that the generic version of
unistd.h is missing a reference to the accept4
system call. This was not noticed before because
most architectures handle this through sys_socketcall.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/asm-generic/unistd.h