]> git.karo-electronics.de Git - mv-sheeva.git/commit
ARM: 6329/1: wire up sys_accept4() on ARM
authorMikael Pettersson <mikpe@it.uu.se>
Sun, 15 Aug 2010 09:47:23 +0000 (10:47 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 15 Aug 2010 21:04:23 +0000 (22:04 +0100)
commit21d93e2e29722d7832f61cc56d73fb953ee6578e
treeadf54ddd1079e7903b8e53edac5c2fbb8bfaf445
parentbd365591dfb942d1447b8043e21e8ff112630db4
ARM: 6329/1: wire up sys_accept4() on ARM

sys_accept4() was added in kernel 2.6.28, but ARM was not updated
to include it.  The number and types of parameters is such that
no ARM-specific processing is needed, so wiring up sys_accept4()
just requires defining __NR_accept4 and adding a direct call in
the syscall entry table.

Tested with an EABI 2.6.35 kernel and Ulrich Drepper's original
accept4() test program, modified to define __NR_accept4 for ARM.

Using the updated unistd.h also eliminates a warning then building
glibc (2.10.2 and newer) about accept4() being unimplemented.

Signed-off-by: Mikael Pettersson <mikpe@it.uu.se>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/unistd.h
arch/arm/kernel/calls.S