From c27bcc95880934481fc1a128486e93447de6a0dd Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 13 Jul 2021 21:33:39 +0000 Subject: 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. --- htl/Versions | 1 + 1 file changed, 1 insertion(+) (limited to 'htl') 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; } -- cgit 1.4.1