This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8d3bd94 Minor corrections to scripts/check-installed-headers.sh. new 4b4d405 linux: spawni.c: simplify error reporting to parent new e83be73 posix: Fix open file action for posix_spawn on Linux
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: ChangeLog | 12 +++ posix/Makefile | 2 +- posix/tst-spawn3.c | 189 +++++++++++++++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/spawni.c | 79 +++++++--------- 4 files changed, 235 insertions(+), 47 deletions(-) create mode 100644 posix/tst-spawn3.c