This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 81439a116c configure: default to --prefix=/usr on GNU/Linux new 9f0d2c0ee6 libio: Fix a deadlock after fork in popen
The 1 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 | 1 + libio/iopopen.c | 20 +++++++++++++ libio/libioP.h | 6 ++++ libio/tst-popen-fork.c | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++ posix/fork.c | 3 ++ 5 files changed, 110 insertions(+) create mode 100644 libio/tst-popen-fork.c