This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from b48061e1a5 Assume that dup3 is available new cef9b65376 Assume that O_CLOEXEC is always defined and works
The 1 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 | 56 ++++++++++++++++++++++++++ elf/dl-misc.c | 6 +-- include/fcntl.h | 4 -- io/Makefile | 2 - io/have_o_cloexec.c | 23 ----------- libio/fileops.c | 16 -------- libio/iopopen.c | 2 - login/utmp_file.c | 65 ++----------------------------- malloc/mtrace.c | 9 ----- nis/nss_compat/compat-grp.c | 52 +------------------------ nis/nss_compat/compat-initgroups.c | 52 +------------------------ nis/nss_compat/compat-pwd.c | 52 +------------------------ nis/nss_compat/compat-spwd.c | 52 +------------------------ nscd/connections.c | 37 +++--------------- nss/Makefile | 2 +- nss/nss_db/db-open.c | 6 +-- nss/nss_files/files-XXX.c | 35 ----------------- nss/nss_files/files-alias.c | 35 ----------------- nss/nss_files/files-have_o_cloexec.c | 23 ----------- posix/wordexp.c | 8 +--- shadow/lckpwdf.c | 29 +------------- sysdeps/mach/hurd/kernel-features.h | 1 - sysdeps/nacl/kernel-features.h | 2 - sysdeps/posix/getcwd.c | 8 +--- sysdeps/posix/opendir.c | 47 +++++----------------- sysdeps/posix/shm_open.c | 28 +------------ sysdeps/unix/sysv/linux/kernel-features.h | 4 -- 27 files changed, 91 insertions(+), 565 deletions(-) delete mode 100644 io/have_o_cloexec.c delete mode 100644 nss/nss_files/files-have_o_cloexec.c