This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 203452a460 Add test of input file flushing / offset issues new 56b25bfd60 htl: remove leftover for pthread_mutexattr_settype new e892a93073 htl: move pthread_mutex_init into libc. new 2ebc2d8e24 htl: move pthread_mutex_{lock, unlock, trylock, timedlock, c [...] new be9f0e7681 htl: move pthread_mutex_getprioceiling, pthread_mutex_setpri [...] new 8bfabe7a92 htl: move pthread_mutex_destroy into libc. new 265c5991af htl: move pthread_mutex_consistent, pthread_mutex_consistent [...] new 9a31eb64db htl: move pthread_setcanceltype 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 | 20 ++++++------ htl/Versions | 43 ++++++++++++++++--------- htl/forward.c | 12 ------- htl/pt-initialize.c | 6 ---- htl/pt-setcanceltype.c | 8 +++-- hurd/hurdlock.c | 6 ++++ hurd/hurdlock.h | 5 +++ sysdeps/htl/libc-lockP.h | 15 --------- sysdeps/htl/pthread-functions.h | 14 -------- sysdeps/htl/pthreadP.h | 27 +++++++++++----- sysdeps/htl/timer_routines.c | 14 ++++---- sysdeps/mach/hurd/htl/pt-mutex-consistent.c | 15 ++++++--- sysdeps/mach/hurd/htl/pt-mutex-destroy.c | 8 +++-- sysdeps/mach/hurd/htl/pt-mutex-getprioceiling.c | 10 ++++-- sysdeps/mach/hurd/htl/pt-mutex-init.c | 8 +++-- sysdeps/mach/hurd/htl/pt-mutex-lock.c | 11 ++++--- sysdeps/mach/hurd/htl/pt-mutex-setprioceiling.c | 10 ++++-- sysdeps/mach/hurd/htl/pt-mutex-timedlock.c | 5 +-- sysdeps/mach/hurd/htl/pt-mutex-trylock.c | 11 ++++--- sysdeps/mach/hurd/htl/pt-mutex-unlock.c | 11 ++++--- sysdeps/mach/hurd/i386/libc.abilist | 17 ++++++++++ sysdeps/mach/hurd/i386/libpthread.abilist | 12 ------- sysdeps/mach/hurd/x86_64/libc.abilist | 12 +++++++ sysdeps/mach/hurd/x86_64/libpthread.abilist | 12 ------- 24 files changed, 173 insertions(+), 139 deletions(-)