summary refs log tree commit diff
path: root/htl
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-16 14:08:56 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-16 14:08:56 +0000
commit6c43d94a96a15b0655049b3d37055421fc6b7e3d (patch)
tree89dcbf1e18a1e2f0de39ac15fad819f123700b44 /htl
parentca843defbcbd2dc95b9342189e5dc430e9bcb743 (diff)
downloadglibc-6c43d94a96a15b0655049b3d37055421fc6b7e3d.tar.gz
glibc-6c43d94a96a15b0655049b3d37055421fc6b7e3d.tar.xz
glibc-6c43d94a96a15b0655049b3d37055421fc6b7e3d.zip
htl: Add missing functions and defines for robust mutexes
Diffstat (limited to 'htl')
-rw-r--r--htl/Versions5
1 files changed, 5 insertions, 0 deletions
diff --git a/htl/Versions b/htl/Versions
index 1ec6f363d5..a0962e6a42 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -150,6 +150,11 @@ libpthread {
     call_once;
     cnd_broadcast; cnd_destroy; cnd_init; cnd_signal; cnd_timedwait; cnd_wait;
     tss_create; tss_delete; tss_get; tss_set;
+
+    pthread_mutexattr_getrobust; pthread_mutexattr_getrobust_np;
+    pthread_mutexattr_setrobust; pthread_mutexattr_setrobust_np;
+
+    pthread_mutex_consistent; pthread_mutex_consistent_np;
   }
 
   GLIBC_PRIVATE {