diff options
Diffstat (limited to 'htl/Versions')
-rw-r--r-- | htl/Versions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htl/Versions b/htl/Versions index 8df40c7af7..f9281649a7 100644 --- a/htl/Versions +++ b/htl/Versions @@ -149,9 +149,10 @@ libpthread { __pthread_setspecific; __pthread_getattr_np; __pthread_attr_getstack; + __pthread_mutex_init; + __pthread_mutex_destroy; __pthread_mutex_timedlock; - _pthread_mutex_destroy; _pthread_mutex_init; _pthread_mutex_lock; _pthread_mutex_trylock; _pthread_mutex_unlock; _pthread_rwlock_destroy; _pthread_rwlock_init; } |