about summary refs log tree commit diff
path: root/htl
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-07-13 21:33:39 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-07-13 23:36:58 +0200
commitc27bcc95880934481fc1a128486e93447de6a0dd (patch)
treea25d13f7db78f1fc07a14d65fa08f2ff6fd3d233 /htl
parent9ed752af8d6581efec4a4ca9e67b06fa7e7e763a (diff)
downloadglibc-c27bcc95880934481fc1a128486e93447de6a0dd.tar.gz
glibc-c27bcc95880934481fc1a128486e93447de6a0dd.tar.xz
glibc-c27bcc95880934481fc1a128486e93447de6a0dd.zip
htl: Let libc call __pthread_mutex_{,try,un}lock
Now that NPTL was moved to libc, libc makes internal __pthread calls, so
htl has to expose them internally.
Diffstat (limited to 'htl')
-rw-r--r--htl/Versions1
1 files changed, 1 insertions, 0 deletions
diff --git a/htl/Versions b/htl/Versions
index 9506043c62..4aea321016 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -187,6 +187,7 @@ libpthread {
     __pthread_enable_asynccancel;
     __pthread_disable_asynccancel;
 
+    __pthread_mutex_lock; __pthread_mutex_trylock; __pthread_mutex_unlock;
     _pthread_mutex_lock; _pthread_mutex_trylock; _pthread_mutex_unlock;
     _pthread_rwlock_destroy; _pthread_rwlock_init;
   }