Samuel Thibault (4):
htl: move {,_IO_}f{,un,try}lockfile implementation into libc
htl: Move __pthread_cleanup_stack out of libc_pthread_init.c
htl: Drop pthread-functions infrastructure
htl: Remove errno and herrno from libpthread
.../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
--
2.51.0