This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 20d0195c71 Add missing bench-malloc-simple.c file. new eb76e5b465 nptl: Reinstate pthread_timedjoin_np as a cancellation point [...]
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 | 32 ++++++++ nptl/Makefile | 3 +- nptl/lll_timedwait_tid.c | 70 ---------------- nptl/pthread_join_common.c | 61 +++++++++++++- nptl/tst-join5.c | 92 ++++++++-------------- .../x32/tst-size_t-wcsnlen.c => nptl/tst-join8.c | 6 +- .../x32/tst-size_t-wcsnlen.c => nptl/tst-join9.c | 7 +- sysdeps/nptl/lowlevellock-futex.h | 7 ++ sysdeps/nptl/lowlevellock.h | 26 ------ sysdeps/sparc/sparc32/lll_timedwait_tid.c | 1 - sysdeps/sparc/sparc32/lowlevellock.c | 40 ---------- sysdeps/unix/sysv/linux/i386/lll_timedwait_tid.c | 1 - sysdeps/unix/sysv/linux/i386/lowlevellock.S | 66 ---------------- sysdeps/unix/sysv/linux/i386/lowlevellock.h | 25 ------ sysdeps/unix/sysv/linux/lowlevellock-futex.h | 7 ++ sysdeps/unix/sysv/linux/sparc/lowlevellock.h | 25 ------ sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c | 1 - sysdeps/unix/sysv/linux/x86_64/lowlevellock.S | 83 ------------------- sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | 25 ------ 19 files changed, 149 insertions(+), 429 deletions(-) delete mode 100644 nptl/lll_timedwait_tid.c copy sysdeps/x86_64/x32/tst-size_t-wcsnlen.c => nptl/tst-join8.c (86%) copy sysdeps/x86_64/x32/tst-size_t-wcsnlen.c => nptl/tst-join9.c (83%) delete mode 100644 sysdeps/sparc/sparc32/lll_timedwait_tid.c delete mode 100644 sysdeps/unix/sysv/linux/i386/lll_timedwait_tid.c delete mode 100644 sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c