This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 35296a6e73 htl: move __pthread_startup into libc. new c2560a0c56 htl: move sem_destroy into libc. new 11c07af422 htl: move sem_getvalue into libc. new b2b6d32f11 htl: move sem_init into libc. new 50f5ddc20a htl: move sem_open, sem_close into libc. new 795f5f2a8b htl: move sem_post into libc. new f5a43420e2 htl: move sem_{clockwait, timedwait, wait, trywait} into libc. new 098e449df0 htl: move sem_unlink into libc.
The 7 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 | 24 ++++++++++++------------ htl/Versions | 28 +++++++++++++++++++++++----- hurd/hurdlock.c | 1 + hurd/hurdlock.h | 1 + sysdeps/htl/include/semaphore.h | 13 ++++++++++++- sysdeps/htl/sem-destroy.c | 6 +++++- sysdeps/htl/sem-getvalue.c | 6 +++++- sysdeps/htl/sem-init.c | 6 +++++- sysdeps/htl/sem-post.c | 8 ++++++-- sysdeps/htl/sem-timedwait.c | 14 ++++++++++++-- sysdeps/htl/sem-trywait.c | 7 ++++++- sysdeps/htl/sem-wait.c | 6 +++++- sysdeps/mach/hurd/i386/libc.abilist | 22 ++++++++++++++++++++++ sysdeps/mach/hurd/i386/libpthread.abilist | 11 ----------- sysdeps/mach/hurd/x86_64/libc.abilist | 22 ++++++++++++++++++++++ sysdeps/mach/hurd/x86_64/libpthread.abilist | 11 ----------- sysdeps/pthread/sem_close.c | 10 +++++++--- sysdeps/pthread/sem_open.c | 18 ++++++++---------- sysdeps/pthread/sem_routines.c | 1 + sysdeps/pthread/sem_unlink.c | 15 +++++++-------- 20 files changed, 160 insertions(+), 70 deletions(-)