This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64 in repository toolchain/ci/glibc.
from aac54dcd37 powerpc: Define USE_PPC64_NOTOC iff compiler supports it adds e186fc5a31 nptl: Do not set signal mask on second setjmp return [BZ #28607] new 456b3c08b6 io: Refactor close_range and closefrom
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: include/unistd.h | 10 ++++++ io/Makefile | 3 +- io/{closefrom.c => close_range.c} | 28 +++++++++++------ io/closefrom.c | 16 +++++----- {sysdeps/unix/sysv/linux => io}/tst-close_range.c | 8 +++++ nptl/pthread_create.c | 4 +-- posix/unistd.h | 10 ++++++ sysdeps/mach/hurd/Makefile | 2 +- sysdeps/mach/hurd/bits/unistd_ext.h | 6 ---- sysdeps/mach/hurd/closefrom.c | 29 ----------------- sysdeps/mach/hurd/kernel-features.h | 2 ++ sysdeps/pthread/Makefile | 1 + ...d_cancel-exited.c => tst-pthread-exit-signal.c} | 24 +++++++-------- sysdeps/unix/sysv/linux/Makefile | 1 - sysdeps/unix/sysv/linux/bits/unistd_ext.h | 9 ------ sysdeps/unix/sysv/linux/closefrom.c | 36 ---------------------- sysdeps/unix/sysv/linux/closefrom_fallback.c | 4 +++ sysdeps/unix/sysv/linux/kernel-features.h | 8 +++++ sysdeps/unix/sysv/linux/syscalls.list | 2 +- 19 files changed, 89 insertions(+), 114 deletions(-) copy io/{closefrom.c => close_range.c} (67%) rename {sysdeps/unix/sysv/linux => io}/tst-close_range.c (98%) delete mode 100644 sysdeps/mach/hurd/closefrom.c copy sysdeps/pthread/{tst-pthread_cancel-exited.c => tst-pthread-exit-signal.c} (63%) delete mode 100644 sysdeps/unix/sysv/linux/closefrom.c