From a9bfa4353cd39ae2eae3c111844a32f9d3abbc19 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 27 Apr 2020 21:40:24 +0200 Subject: support: Implement key create/delete Expose xpthread_key_create and xpthread_key_delete wrappers for tests. --- support/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/Makefile') 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 \ -- cgit v1.1