This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 5653ab1 string/tst-strcoll-overflow: Do not accept timeout as test result new faf0e9c nptl: Add tst-robust-fork
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: ChangeLog | 28 ++++ nptl/Makefile | 3 +- nptl/tst-robust-fork.c | 184 +++++++++++++++++++++ support/Makefile | 11 ++ support/{xunistd.h => xmmap.c} | 35 ++-- support/{xunistd.h => xmunmap.c} | 30 ++-- support/{xunistd.h => xpthread_mutex_consistent.c} | 28 +--- support/{xunistd.h => xpthread_mutex_destroy.c} | 28 +--- support/{xunistd.h => xpthread_mutex_init.c} | 28 +--- .../{xunistd.h => xpthread_mutexattr_destroy.c} | 30 +--- support/{xunistd.h => xpthread_mutexattr_init.c} | 27 +-- ...{xunistd.h => xpthread_mutexattr_setprotocol.c} | 28 +--- .../{xunistd.h => xpthread_mutexattr_setpshared.c} | 28 +--- .../{xunistd.h => xpthread_mutexattr_setrobust.c} | 28 +--- .../{xunistd.h => xpthread_mutexattr_settype.c} | 28 +--- support/xthread.h | 9 + support/xunistd.h | 5 + 17 files changed, 335 insertions(+), 223 deletions(-) create mode 100644 nptl/tst-robust-fork.c copy support/{xunistd.h => xmmap.c} (63%) copy support/{xunistd.h => xmunmap.c} (63%) copy support/{xunistd.h => xpthread_mutex_consistent.c} (63%) copy support/{xunistd.h => xpthread_mutex_destroy.c} (63%) copy support/{xunistd.h => xpthread_mutex_init.c} (63%) copy support/{xunistd.h => xpthread_mutexattr_destroy.c} (58%) copy support/{xunistd.h => xpthread_mutexattr_init.c} (63%) copy support/{xunistd.h => xpthread_mutexattr_setprotocol.c} (63%) copy support/{xunistd.h => xpthread_mutexattr_setpshared.c} (63%) copy support/{xunistd.h => xpthread_mutexattr_setrobust.c} (63%) copy support/{xunistd.h => xpthread_mutexattr_settype.c} (63%)