This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.39/master in repository glibc.
from 68f3f1a1d0 Linux: Switch back to assembly syscall wrapper for prctl (bu [...] new e31ac9a639 libio: Sort test variables in Makefile new 1dcfb9479d libio: Fix a deadlock after fork in popen new 14ec225d85 libio: Correctly link tst-popen-fork against libpthread new 9fe51d34bb sort-makefile-lines.py: Allow '_' in name and "^# name" new 37b30b6a68 sysdeps/x86_64/Makefile (tests): Add the end marker new 4e5ee49a43 sysdeps/unix/sysv/linux/x86_64/Makefile: Add the end marker
The 6 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: libio/Makefile | 107 ++++++++++++++++++++++++++------ libio/iopopen.c | 20 ++++++ libio/libioP.h | 6 ++ libio/tst-popen-fork.c | 80 ++++++++++++++++++++++++ posix/fork.c | 3 + scripts/sort-makefile-lines.py | 4 +- sysdeps/unix/sysv/linux/x86_64/Makefile | 9 ++- sysdeps/x86_64/Makefile | 6 +- 8 files changed, 208 insertions(+), 27 deletions(-) create mode 100644 libio/tst-popen-fork.c