about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-22 19:50:16 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-22 19:50:16 +0200
commite4f1c0de9c7d3fd2e569551b2619d2eb34fd09c6 (patch)
tree9c589515261575cd6cd984191c215d842a5b6217 /nptl/Makefile
parent7fc9152e831fb24091c0ceabdcecb9b07dd29dd6 (diff)
downloadglibc-e4f1c0de9c7d3fd2e569551b2619d2eb34fd09c6.tar.gz
glibc-e4f1c0de9c7d3fd2e569551b2619d2eb34fd09c6.tar.xz
glibc-e4f1c0de9c7d3fd2e569551b2619d2eb34fd09c6.zip
nptl: Move pthread_kill_other_threads_np compatibility symbol into libc
And stop including the function for new architectures.
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 103257dc74..a3d1ef8d66 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -91,6 +91,7 @@ routines = \
   pthread_key_delete \
   pthread_keys \
   pthread_kill \
+  pthread_kill_other_threads \
   pthread_mutex_cond_lock \
   pthread_mutex_conf \
   pthread_mutex_consistent \
@@ -157,7 +158,6 @@ libpthread-routines = \
   pthread_getname \
   pthread_join \
   pthread_join_common \
-  pthread_kill_other_threads \
   pthread_mutex_getprioceiling \
   pthread_mutex_setprioceiling \
   pthread_mutex_timedlock \