This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 758599bc9d elf: Apply attribute_relro to pointers in elf/dl-minimal.c new 5c8aa3849a malloc/tst-mallocfork2: Kill lingering process for unexpecte [...] new dfe9aa9156 support: Add support_process_state_wait new b3b6a40ab9 posix: Refactor tst-waitid (BZ #14666) new 6437fecca3 posix: Remove posix waitid
The 4 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: malloc/tst-mallocfork2.c | 39 ++- posix/tst-waitid.c | 549 ++++++++++------------------------ support/Makefile | 3 + support/process_state.h | 43 +++ support/support_process_state.c | 92 ++++++ support/tst-support-process_state.c | 105 +++++++ support/{xfopen.c => xgetline.c} | 20 +- support/xstdio.h | 2 + sysdeps/{posix => mach/hurd}/waitid.c | 70 +---- 9 files changed, 446 insertions(+), 477 deletions(-) create mode 100644 support/process_state.h create mode 100644 support/support_process_state.c create mode 100644 support/tst-support-process_state.c copy support/{xfopen.c => xgetline.c} (71%) rename sysdeps/{posix => mach/hurd}/waitid.c (65%)