aboutsummaryrefslogtreecommitdiff
path: root/htl/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'htl/Versions')
-rw-r--r--htl/Versions4
1 files changed, 3 insertions, 1 deletions
diff --git a/htl/Versions b/htl/Versions
index 1492a2a1ca..ae0e794919 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -38,6 +38,7 @@ libc {
pthread_condattr_getpshared;
pthread_condattr_setclock;
pthread_condattr_setpshared;
+ pthread_mutexattr_init;
pthread_sigmask;
}
@@ -114,6 +115,7 @@ libc {
__pthread_condattr_init;
__pthread_default_condattr;
__pthread_mutex_checklocked;
+ __pthread_mutexattr_init;
__pthread_sigstate;
__pthread_sigstate_destroy;
__pthread_sigmask;
@@ -176,7 +178,7 @@ libpthread {
pthread_mutexattr_destroy; pthread_mutexattr_getprioceiling;
pthread_mutexattr_getprotocol; pthread_mutexattr_getpshared;
- pthread_mutexattr_gettype; pthread_mutexattr_init;
+ pthread_mutexattr_gettype;
pthread_mutexattr_setprioceiling; pthread_mutexattr_setprotocol;
pthread_mutexattr_setpshared; pthread_mutexattr_settype;