Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information