This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 7d7af8f17d AArch64: Update dl-procinfo.c with new HWCAP new 17cc27d5b7 nptl: Remove tst-cancel-wrappers test and related macros new d0d7f85f66 nptl: Fix testcases for new pthread cancellation mechanism new 85c828a462 x86_64: Remove wrong THREAD_ATOMIC_* macros new 0b13e25581 i386: Remove bogus THREAD_ATOMIC_* macros new ce7eb0e903 nptl: Cleanup cancellation macros
The 5 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 | 64 +++++++++++++++++++ debug/tst-backtrace5.c | 19 +++--- io/creat.c | 3 - io/ppoll.c | 2 - misc/pselect.c | 2 - nptl/Makefile | 18 +----- nptl/pthreadP.h | 10 --- nptl/pthread_join_common.c | 9 +-- nptl/sem_wait.c | 8 +-- nptl/tst-cancel-wrappers.sh | 92 --------------------------- nptl/tst-cancel4.c | 8 +++ sysdeps/generic/sysdep-cancel.h | 1 - sysdeps/i386/nptl/tls.h | 37 ----------- sysdeps/mach/hurd/sysdep-cancel.h | 1 - sysdeps/nptl/aio_misc.h | 15 ++--- sysdeps/nptl/gai_misc.h | 15 ++--- sysdeps/nptl/lowlevellock.h | 40 ++++++------ sysdeps/posix/open64.c | 12 +--- sysdeps/posix/pause.c | 2 - sysdeps/posix/sigpause.c | 3 - sysdeps/posix/sigwait.c | 12 +--- sysdeps/posix/waitid.c | 12 +--- sysdeps/unix/sysv/linux/clock_nanosleep.c | 20 ++---- sysdeps/unix/sysv/linux/creat.c | 2 - sysdeps/unix/sysv/linux/creat64.c | 2 - sysdeps/unix/sysv/linux/futex-internal.h | 4 +- sysdeps/unix/sysv/linux/i386/lowlevellock.h | 42 ++++++------ sysdeps/unix/sysv/linux/lowlevellock-futex.h | 11 ++++ sysdeps/unix/sysv/linux/sigwait.c | 3 - sysdeps/unix/sysv/linux/sigwaitinfo.c | 3 - sysdeps/unix/sysv/linux/sparc/lowlevellock.h | 39 ++++++------ sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | 40 ++++++------ sysdeps/x86_64/nptl/tls.h | 37 ----------- 33 files changed, 199 insertions(+), 389 deletions(-) delete mode 100644 nptl/tst-cancel-wrappers.sh