This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 62f71aad7e conformtest: Enable tests when cross compiling. new e92030239a Assume that accept4 is always available and works new 2f83a7294d Create more sockets with SOCK_CLOEXEC [BZ #15722]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 45 +++++++++ INSTALL | 16 +-- inet/rcmd.c | 1 + inet/rexec.c | 1 + manual/install.texi | 2 + nis/nis_findserv.c | 2 +- nscd/connections.c | 50 +--------- resolv/res_hconf.c | 2 +- resolv/res_send.c | 13 ++- socket/Makefile | 2 + socket/tst-accept4.c | 131 +++++++++++++++++++++++++ support/Makefile | 1 + support/{xaccept.c => xaccept4.c} | 10 +- support/xsocket.h | 1 + sysdeps/mach/hurd/kernel-features.h | 2 - sysdeps/nacl/kernel-features.h | 4 - sysdeps/posix/getaddrinfo.c | 2 +- sysdeps/unix/sysv/linux/accept4.c | 69 ++----------- sysdeps/unix/sysv/linux/check_native.c | 2 +- sysdeps/unix/sysv/linux/ia64/configure | 4 + sysdeps/unix/sysv/linux/ia64/configure.ac | 4 + sysdeps/unix/sysv/linux/ia64/kernel-features.h | 7 +- sysdeps/unix/sysv/linux/ifaddrs.c | 2 +- sysdeps/unix/sysv/linux/kernel-features.h | 11 +-- 24 files changed, 231 insertions(+), 153 deletions(-) create mode 100644 socket/tst-accept4.c copy support/{xaccept.c => xaccept4.c} (77%)