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_check_gdb/release-arm in repository toolchain/ci/glibc.
from ac87df8d75 x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ [...] adds 6abb4002df Fix deadlock when pthread_atfork handler calls pthread_atfor [...] adds cb49c14183 misc: Use 64 bit stat for daemon (BZ# 29203) adds 37c94dc999 misc: Use 64 bit stat for getusershell (BZ# 29204) adds 45e5d0f533 posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207) adds 9bcf5b12f8 posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208) adds 6ea3c0aba4 socket: Use 64 bit stat for isfdtype (BZ# 29209) adds e429695805 inet: Use 64 bit stat for ruserpass (BZ# 29210) adds c5a75ecec8 catgets: Use 64 bit stat for __open_catalog (BZ# 29211) adds d7d1eebd4d iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213)
No new revisions were added by this update.
Summary of changes: NEWS | 8 ++ catgets/open_catalog.c | 4 +- iconv/gconv_parseconfdir.h | 9 +- include/register-atfork.h | 26 ++-- inet/ruserpass.c | 4 +- misc/daemon.c | 5 +- misc/getusershell.c | 4 +- posix/fork.c | 7 +- posix/register-atfork.c | 140 ++++++++++++++++----- sysdeps/posix/fpathconf.c | 4 +- sysdeps/posix/isfdtype.c | 4 +- sysdeps/posix/posix_fallocate.c | 4 +- sysdeps/posix/posix_fallocate64.c | 4 +- sysdeps/pthread/Makefile | 38 +++++- sysdeps/pthread/tst-atfork3.c | 118 +++++++++++++++++ .../xfopen.c => sysdeps/pthread/tst-atfork3mod.c | 35 ++++-- sysdeps/pthread/tst-atfork4.c | 128 +++++++++++++++++++ .../pthread/{tst-atfork2mod.c => tst-atfork4mod.c} | 30 ++--- 18 files changed, 472 insertions(+), 100 deletions(-) create mode 100644 sysdeps/pthread/tst-atfork3.c copy support/xfopen.c => sysdeps/pthread/tst-atfork3mod.c (67%) create mode 100644 sysdeps/pthread/tst-atfork4.c copy sysdeps/pthread/{tst-atfork2mod.c => tst-atfork4mod.c} (65%)