]> git.ipfire.org Git - thirdparty/glibc.git/commit
nptl: Move __pthread_cleanup_upto into libc
authorFlorian Weimer <fweimer@redhat.com>
Wed, 21 Apr 2021 17:49:50 +0000 (19:49 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 21 Apr 2021 17:49:50 +0000 (19:49 +0200)
commit4647ce82c733d1453611e35236b786ecd7faf598
tree32c72ddfeca5dda088deccec73729f20bfe93b69
parent5a3140b48978f0f690a5fee2f4a53705c02aabac
nptl: Move __pthread_cleanup_upto into libc

This internal symbol is used as part of the longjmp implementation.
Rename the file from nptl/pt-cleanup.c to nptl/pthread_cleanup_upto.c
so that the pt-* files remain restricted to libpthread.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
nptl/Makefile
nptl/Versions
nptl/nptl-init.c
nptl/pthreadP.h
nptl/pthread_cleanup_upto.c [moved from nptl/pt-cleanup.c with 98% similarity]
sysdeps/nptl/jmp-unwind.c
sysdeps/nptl/pthread-functions.h
sysdeps/unix/sysv/linux/s390/jmp-unwind.c