aboutsummaryrefslogtreecommitdiff
path: root/support/Makefile
diff options
context:
space:
mode:
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>2020-04-27 21:40:24 +0200
committerFlorian Weimer <fweimer@redhat.com>2020-04-27 21:40:24 +0200
commita9bfa4353cd39ae2eae3c111844a32f9d3abbc19 (patch)
tree3c360a48a02fd6f975704f0a9982eb0141593932 /support/Makefile
parentdef674652eeac60c386d04733318b311f8a5b620 (diff)
downloadglibc-a9bfa4353cd39ae2eae3c111844a32f9d3abbc19.zip
glibc-a9bfa4353cd39ae2eae3c111844a32f9d3abbc19.tar.gz
glibc-a9bfa4353cd39ae2eae3c111844a32f9d3abbc19.tar.bz2
support: Implement <support/xthread.h> key create/delete
Expose xpthread_key_create and xpthread_key_delete wrappers for tests.
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index 9364f3b..5148431 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -130,6 +130,8 @@ libsupport-routines = \
xpthread_create \
xpthread_detach \
xpthread_join \
+ xpthread_key_create \
+ xpthread_key_delete \
xpthread_mutex_consistent \
xpthread_mutex_destroy \
xpthread_mutex_init \