Implement accept4 for more archs using socketcall.
commit1e1dc4e82dd4f31b87440388614c3e4bccdd5f3c
authorJakub Jelinek <jakub@redhat.com>
Fri, 22 May 2009 15:25:34 +0000 (22 08:25 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 22 May 2009 15:25:34 +0000 (22 08:25 -0700)
tree2222fa67e02e1b84f967a05a297794e83b21821e
parentbe6b2e5cf302f984d8f405c0d40e7a3979c47bc3
Implement accept4 for more archs using socketcall.

So far accept4 was only supported on archs using socketcall for x86.
This patch adds support for the remaining archs.
ChangeLog
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/accept4.c
sysdeps/unix/sysv/linux/i386/accept4.S
sysdeps/unix/sysv/linux/internal_accept4.S [new file with mode: 0644]