aboutsummaryrefslogtreecommitdiff
path: root/htl
diff options
context:
space:
mode:
Diffstat (limited to 'htl')
-rw-r--r--htl/Makefile2
-rw-r--r--htl/Versions4
2 files changed, 4 insertions, 2 deletions
diff --git a/htl/Makefile b/htl/Makefile
index 13215943d7..2d275dac1c 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -45,7 +45,6 @@ libpthread-routines := \
pt-testcancel \
pt-cancel \
pt-mutex-transfer-np \
- pt-rwlockattr-init \
pt-rwlockattr-destroy \
pt-rwlockattr-getpshared \
pt-rwlockattr-setpshared \
@@ -201,6 +200,7 @@ routines := \
pt-nthreads \
pt-pthread_self \
pt-rwlock-attr \
+ pt-rwlockattr-init \
pt-self pt-equal \
pt-setcancelstate \
pt-setcanceltype \
diff --git a/htl/Versions b/htl/Versions
index ff24da0190..c02ac04e22 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -63,6 +63,7 @@ libc {
pthread_mutexattr_setprotocol;
pthread_mutexattr_setpshared;
pthread_mutexattr_settype;
+ pthread_rwlockattr_init;
pthread_setcancelstate;
pthread_setcanceltype;
pthread_sigmask;
@@ -142,6 +143,7 @@ libc {
pthread_mutex_getprioceiling;
pthread_mutex_setprioceiling;
pthread_mutex_trylock;
+ pthread_rwlockattr_init;
}
GLIBC_PRIVATE {
@@ -243,7 +245,7 @@ libpthread {
pthread_rwlock_unlock; pthread_rwlock_wrlock;
pthread_rwlockattr_destroy; pthread_rwlockattr_getpshared;
- pthread_rwlockattr_init; pthread_rwlockattr_setpshared;
+ pthread_rwlockattr_setpshared;
pthread_setconcurrency;
pthread_setschedprio; pthread_setspecific;