about summary refs log tree commit diff
path: root/htl/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-01-13 20:41:07 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-01-13 20:41:07 +0100
commita8f0fc4e5fbad300d524a3339d503c41e3182ed0 (patch)
tree8d7294cf3743145725d03ea21a860b5c78c9f2ba /htl/Versions
parent1d62a403734b18367eb0aa47493d0de644edd00b (diff)
downloadglibc-a8f0fc4e5fbad300d524a3339d503c41e3182ed0.tar.gz
glibc-a8f0fc4e5fbad300d524a3339d503c41e3182ed0.tar.xz
glibc-a8f0fc4e5fbad300d524a3339d503c41e3182ed0.zip
htl: Add internal version of __pthread_mutex_timedlock
The C11 threads implementation will need it.
Diffstat (limited to 'htl/Versions')
-rw-r--r--htl/Versions1
1 files changed, 1 insertions, 0 deletions
diff --git a/htl/Versions b/htl/Versions
index 1c306acf5c..77f7335b9c 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -155,5 +155,6 @@ libpthread {
     __pthread_setspecific;
     __pthread_getattr_np;
     __pthread_attr_getstack;
+    __pthread_mutex_timedlock;
   }
 }