diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-01-20 14:32:23 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-12 10:20:18 -0300 |
commit | 0280b390fbd4c55a708985829d58a639475bbffb (patch) | |
tree | 15f8a87c7cbf77099107b2a8d481cb66dd9a4bde /support/Makefile | |
parent | 7384193b71a1720a381b7150ed44e07b13af45d5 (diff) | |
download | glibc-0280b390fbd4c55a708985829d58a639475bbffb.tar glibc-0280b390fbd4c55a708985829d58a639475bbffb.tar.gz glibc-0280b390fbd4c55a708985829d58a639475bbffb.tar.bz2 glibc-0280b390fbd4c55a708985829d58a639475bbffb.zip |
support: Add xpthread_kill
Checked on x86_64-linux-gnu.
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile index 5904cdd412..fc9f4936a8 100644 --- a/support/Makefile +++ b/support/Makefile @@ -141,6 +141,7 @@ libsupport-routines = \ xpthread_join \ xpthread_key_create \ xpthread_key_delete \ + xpthread_kill \ xpthread_mutex_consistent \ xpthread_mutex_destroy \ xpthread_mutex_init \ |