aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-12-03 11:43:25 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-26 13:37:18 -0300
commitb76658451c819c87adb2e7055b19e7600acc2ae6 (patch)
tree0bc61cabe01aa55d33dc1eda7db22912312aa7c8 /nptl/Makefile
parentdd10230fd89503a709466d45d2a8a2bd865efb5b (diff)
downloadglibc-b76658451c819c87adb2e7055b19e7600acc2ae6.tar
glibc-b76658451c819c87adb2e7055b19e7600acc2ae6.tar.gz
glibc-b76658451c819c87adb2e7055b19e7600acc2ae6.tar.bz2
glibc-b76658451c819c87adb2e7055b19e7600acc2ae6.zip
nptl: Move pthread_kill to libc
A new 2.34 version is also provided. Checked on x86_64-linux-gnu.
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 6ff2d5e208..1e01d8e24c 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -71,6 +71,7 @@ routines = \
pthread_getaffinity \
pthread_getattr_np \
pthread_getschedparam \
+ pthread_kill \
pthread_self \
pthread_setschedparam \
pthread_sigmask \
@@ -140,7 +141,6 @@ libpthread-routines = \
pthread_join_common \
pthread_key_create \
pthread_key_delete \
- pthread_kill \
pthread_kill_other_threads \
pthread_mutex_cond_lock \
pthread_mutex_conf \