This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 8b8a1d0b73 nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mu [...] adds 5ad589d63b support: Add support_open_dev_null_range adds 772e33411b Use support_open_dev_null_range io/tst-closefrom, misc/tst-c [...] adds 33adeaa3e2 nptl: Avoid setxid deadlock with blocked signals in thread e [...]
No new revisions were added by this update.
Summary of changes: NEWS | 1 + io/tst-closefrom.c | 21 +-- nptl/pthread_create.c | 12 +- posix/tst-spawn5.c | 13 +- support/Makefile | 2 + support/support-open-dev-null-range.c | 134 ++++++++++++++++++ support/support.h | 8 ++ support/tst-support-open-dev-null-range.c | 155 +++++++++++++++++++++ sysdeps/pthread/Makefile | 1 + .../pthread/tst-pthread-setuid-loop.c | 54 +++---- sysdeps/unix/sysv/linux/tst-close_range.c | 31 ++--- 11 files changed, 356 insertions(+), 76 deletions(-) create mode 100644 support/support-open-dev-null-range.c create mode 100644 support/tst-support-open-dev-null-range.c copy nptl/tst-pthread-attr-affinity-fail.c => sysdeps/pthread/tst-pthread-setuid-l [...]