This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 80d8cb9 inet: Add __inet6_scopeid_pton function [BZ #20611] new 980d25d nptl: Consolidate sem_open implementations new 91dd866 nptl: Set sem_open as a non cancellation point (BZ #15765) new 49ad334 nptl: Remove sparc sem_wait new 47677f2 nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243) new fbc9949 rt: Set shm_open as a non cancellation point (BZ #18243)
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 | 39 ++++ nptl/Makefile | 2 +- nptl/pthreadP.h | 2 + nptl/pthread_testcancel.c | 4 +- nptl/sem_open.c | 27 ++- nptl/sem_timedwait.c | 3 + nptl/sem_wait.c | 13 ++ nptl/tst-cancel12.c | 29 ++- nptl/tst-cancel13.c | 23 ++- nptl/tst-cancel14.c | 17 +- nptl/tst-cancel15.c | 23 ++- nptl/tst-sem16.c | 130 ++++++++++++++ rt/Makefile | 2 +- rt/tst-shm-cancel.c | 130 ++++++++++++++ sysdeps/posix/shm_open.c | 7 + sysdeps/sparc/sparc32/sem_open.c | 300 ------------------------------- sysdeps/sparc/sparc32/sem_wait.c | 93 ---------- sysdeps/sparc/sparc32/sparcv9/sem_open.c | 1 - sysdeps/sparc/sparc32/sparcv9/sem_wait.c | 1 - 19 files changed, 393 insertions(+), 453 deletions(-) create mode 100644 nptl/tst-sem16.c create mode 100644 rt/tst-shm-cancel.c delete mode 100644 sysdeps/sparc/sparc32/sem_open.c delete mode 100644 sysdeps/sparc/sparc32/sem_wait.c delete mode 100644 sysdeps/sparc/sparc32/sparcv9/sem_open.c delete mode 100644 sysdeps/sparc/sparc32/sparcv9/sem_wait.c