diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-07-13 21:33:39 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-07-13 23:36:58 +0200 |
commit | c27bcc95880934481fc1a128486e93447de6a0dd (patch) | |
tree | a25d13f7db78f1fc07a14d65fa08f2ff6fd3d233 /htl | |
parent | 9ed752af8d6581efec4a4ca9e67b06fa7e7e763a (diff) | |
download | glibc-c27bcc95880934481fc1a128486e93447de6a0dd.zip glibc-c27bcc95880934481fc1a128486e93447de6a0dd.tar.gz glibc-c27bcc95880934481fc1a128486e93447de6a0dd.tar.bz2 |
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/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htl/Versions b/htl/Versions index 9506043..4aea321 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; } |