This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2557ae38f3 Update Alpha libm-test-ulps new faf8c066df rwlock: Fix explicit hand-over (bug 21298)
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 | 24 ++ nptl/Makefile | 4 +- nptl/pthread_rwlock_common.c | 478 +++++++++++---------- nptl/tst-rwlock20.c | 116 +++++ support/Makefile | 6 + ...hread_attr_destroy.c => xpthread_rwlock_init.c} | 9 +- ...thread_attr_init.c => xpthread_rwlock_rdlock.c} | 7 +- ...thread_attr_init.c => xpthread_rwlock_unlock.c} | 7 +- ...thread_attr_init.c => xpthread_rwlock_wrlock.c} | 7 +- ...d_attr_destroy.c => xpthread_rwlockattr_init.c} | 8 +- ..._destroy.c => xpthread_rwlockattr_setkind_np.c} | 9 +- support/xthread.h | 8 + 12 files changed, 423 insertions(+), 260 deletions(-) create mode 100644 nptl/tst-rwlock20.c copy support/{xpthread_attr_destroy.c => xpthread_rwlock_init.c} (77%) copy support/{xpthread_attr_init.c => xpthread_rwlock_rdlock.c} (81%) copy support/{xpthread_attr_init.c => xpthread_rwlock_unlock.c} (81%) copy support/{xpthread_attr_init.c => xpthread_rwlock_wrlock.c} (81%) copy support/{xpthread_attr_destroy.c => xpthread_rwlockattr_init.c} (79%) copy support/{xpthread_attr_destroy.c => xpthread_rwlockattr_setkind_np.c} (76%)