about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-21 19:49:50 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-21 19:49:50 +0200
commit5715c29e91076800418833f2196f2082f439da75 (patch)
treea55e45379c0b3f134471312e55d87166f46ca894 /nptl/Makefile
parentf03b78fae46905a5676c7b7f360cadba2f290708 (diff)
downloadglibc-5715c29e91076800418833f2196f2082f439da75.tar.gz
glibc-5715c29e91076800418833f2196f2082f439da75.tar.xz
glibc-5715c29e91076800418833f2196f2082f439da75.zip
nptl: Move __pthread_cleanup_routine into libc
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 6ac96ba1ca..9bb9c6f3da 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -30,6 +30,7 @@ extra-libs-others := $(extra-libs)
 
 routines = \
   alloca_cutoff \
+  cleanup_routine \
   elision-conf \
   elision-lock \
   elision-timed \
@@ -86,7 +87,6 @@ libpthread-routines = \
   cleanup_compat \
   cleanup_defer \
   cleanup_defer_compat \
-  cleanup_routine \
   events \
   flockfile \
   ftrylockfile \