This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8bfb461e20 aarch64: update libm-test-ulps new 4735850f7a nptl: Consolidate pthread_{timed,try}join{_np}
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 | 15 ++++ nptl/Makefile | 1 + nptl/pthreadP.h | 3 + nptl/pthread_join.c | 94 +------------------------- nptl/{pthread_join.c => pthread_join_common.c} | 65 +++++++++--------- nptl/pthread_timedjoin.c | 85 ++--------------------- nptl/pthread_tryjoin.c | 48 ++----------- sysdeps/unix/sysv/linux/i386/lowlevellock.h | 7 +- sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | 7 +- 9 files changed, 61 insertions(+), 264 deletions(-) copy nptl/{pthread_join.c => pthread_join_common.c} (72%)