This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 3c1fe20a9f Mark __libc_freeres_fn as used [BZ #27002] new a28296e778 pthread: Move semaphore initialization for open to semaphoreP.h new 749cd2ca78 htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]
The 2 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: htl/Makefile | 4 ++-- {nptl => htl}/semaphoreP.h | 30 ++++++------------------------ nptl/semaphoreP.h | 15 +++++++++++++++ sysdeps/htl/sem-close.c | 31 ------------------------------- sysdeps/htl/sem-open.c | 31 ------------------------------- sysdeps/htl/sem-unlink.c | 31 ------------------------------- sysdeps/mach/hurd/i386/Makefile | 7 ------- {nptl => sysdeps/pthread}/sem_close.c | 0 {nptl => sysdeps/pthread}/sem_open.c | 12 +----------- {nptl => sysdeps/pthread}/sem_unlink.c | 0 10 files changed, 24 insertions(+), 137 deletions(-) copy {nptl => htl}/semaphoreP.h (60%) delete mode 100644 sysdeps/htl/sem-close.c delete mode 100644 sysdeps/htl/sem-open.c delete mode 100644 sysdeps/htl/sem-unlink.c rename {nptl => sysdeps/pthread}/sem_close.c (100%) rename {nptl => sysdeps/pthread}/sem_open.c (96%) rename {nptl => sysdeps/pthread}/sem_unlink.c (100%)