diff options
Diffstat (limited to 'htl/Versions')
| -rw-r--r-- | htl/Versions | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/htl/Versions b/htl/Versions index ca52bd11d6..cb308820e3 100644 --- a/htl/Versions +++ b/htl/Versions @@ -40,9 +40,11 @@ libc { pthread_condattr_setpshared; pthread_mutexattr_destroy; pthread_mutexattr_getprotocol; + pthread_mutexattr_getpshared; pthread_mutexattr_gettype; pthread_mutexattr_init; pthread_mutexattr_setprotocol; + pthread_mutexattr_setpshared; pthread_mutexattr_settype; pthread_sigmask; } @@ -90,8 +92,10 @@ libc { pthread_condattr_setclock; pthread_condattr_setpshared; pthread_mutexattr_getprotocol; + pthread_mutexattr_getpshared; pthread_mutexattr_gettype; pthread_mutexattr_setprotocol; + pthread_mutexattr_setpshared; pthread_mutexattr_settype; pthread_sigmask; } @@ -188,9 +192,7 @@ libpthread { pthread_mutex_trylock; pthread_mutex_unlock; pthread_mutexattr_getprioceiling; - pthread_mutexattr_getpshared; pthread_mutexattr_setprioceiling; - pthread_mutexattr_setpshared; pthread_once; |
