This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.40/master in repository glibc.
from 8d3dd23e3d nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 v [...] new 33b33e9dd0 libio: Fix a deadlock after fork in popen new 7c3c9ae286 libio: Correctly link tst-popen-fork against libpthread
The 2 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 | 3 ++ libio/iopopen.c | 20 +++++++++++++ libio/libioP.h | 6 ++++ libio/tst-popen-fork.c | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++ posix/fork.c | 3 ++ 5 files changed, 112 insertions(+) create mode 100644 libio/tst-popen-fork.c