Skip to content
Commit 9ab87644 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parent 1f018c8d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment