diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-11 11:38:46 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-11 20:20:58 +0200 |
commit | 3ec8b1c7a921baa673ad9a33e0c63b4571915caa (patch) | |
tree | 6305b6505cef23c6bbffb2d44a92cb767c181445 /nptl/Makefile | |
parent | 870218fb30a83c071b53b036d1eb33df7e30397e (diff) | |
download | glibc-3ec8b1c7a921baa673ad9a33e0c63b4571915caa.tar glibc-3ec8b1c7a921baa673ad9a33e0c63b4571915caa.tar.gz glibc-3ec8b1c7a921baa673ad9a33e0c63b4571915caa.tar.bz2 glibc-3ec8b1c7a921baa673ad9a33e0c63b4571915caa.zip |
nptl: Move __pthread_register_cancel, __pthread_unregister_cancel to libc
The symbols were moved using scripts/move-symbol-to-libc.py.
Also clean up some unwinder linking leftover in the same spot
in nptl/pthreadP.h.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index bbd599785e..68f27c15df 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -31,6 +31,7 @@ extra-libs-others := $(extra-libs) routines = \ alloca_cutoff \ cancellation \ + cleanup \ cleanup_compat \ cleanup_defer_compat \ cleanup_routine \ @@ -195,7 +196,6 @@ shared-only-routines = forward static-only-routines = pthread_atfork libpthread-routines = \ - cleanup \ cleanup_defer \ events \ libpthread-compat \ |