]> git.ipfire.org Git - thirdparty/glibc.git/commit - support/xaccept4.c
Assume that accept4 is always available and works
authorFlorian Weimer <fweimer@redhat.com>
Wed, 19 Apr 2017 05:44:48 +0000 (07:44 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 19 Apr 2017 05:44:48 +0000 (07:44 +0200)
commite92030239abb4038d4f915d47021d6c037239309
tree1c8c4877f35df78b7441a5736d8551b9b4877231
parent62f71aad7e0d9df95578846134f1738ddf0e7844
Assume that accept4 is always available and works

Simplify the Linux accept4 implementation based on the assumption
that it is available in some way.  __ASSUME_ACCEPT4_SOCKETCALL was
previously unused, so remove it.

For ia64, the accept4 system call (and socket call) were backported
in kernel version 3.2.18.  Reflect this in the installation
instructions.
16 files changed:
ChangeLog
INSTALL
manual/install.texi
nscd/connections.c
socket/Makefile
socket/tst-accept4.c [new file with mode: 0644]
support/Makefile
support/xaccept4.c [new file with mode: 0644]
support/xsocket.h
sysdeps/mach/hurd/kernel-features.h
sysdeps/nacl/kernel-features.h
sysdeps/unix/sysv/linux/accept4.c
sysdeps/unix/sysv/linux/ia64/configure
sysdeps/unix/sysv/linux/ia64/configure.ac
sysdeps/unix/sysv/linux/ia64/kernel-features.h
sysdeps/unix/sysv/linux/kernel-features.h