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 2ebf554cfa..6801d12182 100644 --- a/htl/Versions +++ b/htl/Versions @@ -56,6 +56,7 @@ libc { pthread_mutexattr_setprotocol; pthread_mutexattr_setpshared; pthread_mutexattr_settype; + pthread_setcanceltype; pthread_sigmask; } @@ -231,7 +232,7 @@ libpthread { pthread_rwlockattr_destroy; pthread_rwlockattr_getpshared; pthread_rwlockattr_init; pthread_rwlockattr_setpshared; - pthread_setcancelstate; pthread_setcanceltype; + pthread_setcancelstate; pthread_setconcurrency; pthread_setschedprio; pthread_setspecific; |
