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 fe8ca369ad stdio-common: Simplify printf_unknown interface in vfprintf- [...] adds 31ec883990 Use Linux 5.18 in build-many-glibcs.py adds 52a103e237 Fix deadlock when pthread_atfork handler calls pthread_atfor [...]
No new revisions were added by this update.
Summary of changes: include/register-atfork.h | 26 ++-- posix/fork.c | 7 +- posix/register-atfork.c | 140 ++++++++++++++++----- scripts/build-many-glibcs.py | 2 +- 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 ++--- 9 files changed, 443 insertions(+), 81 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%)