From e4f1c0de9c7d3fd2e569551b2619d2eb34fd09c6 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 22 Apr 2021 19:50:16 +0200 Subject: nptl: Move pthread_kill_other_threads_np compatibility symbol into libc And stop including the function for new architectures. --- nptl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/Makefile') 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 \ -- cgit 1.4.1