diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-11 11:52:56 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-11 20:21:27 +0200 |
commit | c4c53e0f56ed14ba2416bb0181e82a9d49eefde0 (patch) | |
tree | 9ff07ab6c5b63d004daf561090e648b7bc053657 /nptl/Makefile | |
parent | 3ec8b1c7a921baa673ad9a33e0c63b4571915caa (diff) | |
download | glibc-c4c53e0f56ed14ba2416bb0181e82a9d49eefde0.tar.gz glibc-c4c53e0f56ed14ba2416bb0181e82a9d49eefde0.tar.xz glibc-c4c53e0f56ed14ba2416bb0181e82a9d49eefde0.zip |
nptl: Move __pthread_register_cancel_defer, __pthread_unregister_cancel_restore to libc
The symbols were moved using scripts/move-symbol-to-libc.py. 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 68f27c15df..2d98e432a1 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -33,6 +33,7 @@ routines = \ cancellation \ cleanup \ cleanup_compat \ + cleanup_defer \ cleanup_defer_compat \ cleanup_routine \ elision-conf \ @@ -196,7 +197,6 @@ shared-only-routines = forward static-only-routines = pthread_atfork libpthread-routines = \ - cleanup_defer \ events \ libpthread-compat \ nptl-init \ |