From a8f0fc4e5fbad300d524a3339d503c41e3182ed0 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 13 Jan 2020 20:41:07 +0100 Subject: htl: Add internal version of __pthread_mutex_timedlock The C11 threads implementation will need it. --- htl/Versions | 1 + 1 file changed, 1 insertion(+) (limited to 'htl') diff --git a/htl/Versions b/htl/Versions index 1c306ac..77f7335 100644 --- a/htl/Versions +++ b/htl/Versions @@ -155,5 +155,6 @@ libpthread { __pthread_setspecific; __pthread_getattr_np; __pthread_attr_getstack; + __pthread_mutex_timedlock; } } -- cgit v1.1