This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c6908c4e24 linux: Add mseal to mips32 nofpu abilist new f6a60e9867 htl: move {,_IO_}f{,un,try}lockfile implementation into libc new 6c933807a9 htl: Move __pthread_cleanup_stack out of libc_pthread_init.c new 23b8e6ae4f htl: Drop pthread-functions infrastructure new 91fb9914d8 htl: Remove errno and herrno from libpthread
The 4 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: benchtests/strcoll-inputs/filelist#en_US.UTF-8 | 2 - htl/Makefile | 10 +---- htl/Versions | 9 +---- htl/forward.c | 29 -------------- htl/herrno.c | 34 ----------------- htl/libc_pthread_init.c | 35 ----------------- htl/lockfile.c | 53 -------------------------- htl/pt-cleanup.c | 2 + htl/pt-initialize.c | 44 --------------------- htl/pt-internal.h | 6 --- include/stdio.h | 6 ++- stdio-common/flockfile.c | 1 + stdio-common/funlockfile.c | 1 + sysdeps/htl/Makefile | 4 -- sysdeps/htl/flockfile.c | 18 ++++++--- sysdeps/htl/ftrylockfile.c | 17 +++++---- sysdeps/htl/funlockfile.c | 16 +++++--- sysdeps/htl/libc-lockP.h | 35 ----------------- sysdeps/htl/pthread-functions.h | 43 --------------------- sysdeps/mach/hurd/htl/pt-sysdep.c | 3 -- sysdeps/mach/hurd/i386/libc.abilist | 3 ++ sysdeps/mach/hurd/i386/libpthread.abilist | 8 ---- sysdeps/mach/hurd/x86_64/libpthread.abilist | 8 ---- sysdeps/nptl/libc-lockP.h | 7 ---- 24 files changed, 46 insertions(+), 348 deletions(-) delete mode 100644 htl/forward.c delete mode 100644 htl/herrno.c delete mode 100644 htl/libc_pthread_init.c delete mode 100644 htl/lockfile.c delete mode 100644 htl/pt-initialize.c delete mode 100644 sysdeps/htl/pthread-functions.h