This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from fd30525ead assert/test-assert-2.c: Include <unistd.h> new 8735ea79ab htl: move pthread_cond_init into libc. new 4ab765c6ba htl: move __pthread_wakeup into libc. new 917a131ab9 htl: move pthread_cond_destroy into libc. new 3089d23517 htl: move pthread_cond_broadcast into libc. new f57a277c16 htl: move pthread_cond_signal into libc. new a369d567d2 htl: move __pthread_timedblock, __pthread_timedblock_intr, _ [...] new ba8522542f htl: move __pthread_mutex_checklocked into libc. new f646be6ff6 htl: move pthread_cond_timedwait, pthread_cond_clockwait, pt [...]
The 8 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 | 26 +++++++++++++++++++++----- htl/forward.c | 12 ------------ htl/pt-initialize.c | 6 ------ htl/pt-internal.h | 9 ++++++--- sysdeps/htl/pt-cond-brdcast.c | 8 ++++++-- sysdeps/htl/pt-cond-destroy.c | 7 ++++++- sysdeps/htl/pt-cond-init.c | 8 ++++++-- sysdeps/htl/pt-cond-signal.c | 8 ++++++-- sysdeps/htl/pt-cond-timedwait.c | 10 +++++++--- sysdeps/htl/pt-cond-wait.c | 8 ++++++-- sysdeps/htl/pthread-functions.h | 16 ---------------- sysdeps/htl/pthreadP.h | 7 +++++++ sysdeps/htl/timer_routines.c | 14 +++++++------- sysdeps/mach/htl/pt-block.c | 1 + sysdeps/mach/htl/pt-timedblock.c | 1 + sysdeps/mach/htl/pt-wakeup.c | 1 + sysdeps/mach/hurd/htl/pt-mutex-checklocked.c | 2 ++ sysdeps/mach/hurd/htl/pt-mutex-consistent.c | 1 + sysdeps/mach/hurd/htl/pt-mutex-lock.c | 1 + sysdeps/mach/hurd/htl/pt-mutex-timedlock.c | 1 + sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c | 1 + sysdeps/mach/hurd/htl/pt-mutex-trylock.c | 1 + sysdeps/mach/hurd/htl/pt-mutex-unlock.c | 1 + sysdeps/mach/hurd/htl/pt-mutex.h | 2 -- sysdeps/mach/hurd/i386/libc.abilist | 7 +++++++ sysdeps/mach/hurd/i386/libpthread.abilist | 7 ------- sysdeps/mach/hurd/x86_64/libc.abilist | 1 + sysdeps/mach/hurd/x86_64/libpthread.abilist | 7 ------- 29 files changed, 109 insertions(+), 89 deletions(-)