aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-11 11:52:56 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-11 20:21:27 +0200
commitc4c53e0f56ed14ba2416bb0181e82a9d49eefde0 (patch)
tree9ff07ab6c5b63d004daf561090e648b7bc053657 /nptl/Makefile
parent3ec8b1c7a921baa673ad9a33e0c63b4571915caa (diff)
downloadglibc-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/Makefile2
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 \