commit | 9ab87644393d789b950ba984fa360f45c4df02e5 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Dec 10 22:10:31 2009 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Dec 10 22:18:35 2009 +0100 |
tree | 9a8c98ee3aaf4a70e5650c64d34fdce99e59b7e9 | |
parent | 1f018c8d0d30bd6cc704104cfc50f2e5eee4e2dd [diff] |
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>