aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions5
1 files changed, 3 insertions, 2 deletions
diff --git a/nptl/Versions b/nptl/Versions
index d743866e57..65e94def6f 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -66,11 +66,13 @@ libc {
pthread_attr_init;
pthread_mutexattr_gettype;
pthread_mutexattr_settype;
+ pthread_rwlock_destroy;
pthread_rwlock_rdlock;
pthread_rwlock_unlock;
pthread_rwlock_wrlock;
}
GLIBC_2.2 {
+ __pthread_rwlock_destroy;
__pthread_rwlock_rdlock;
__pthread_rwlock_unlock;
__pthread_rwlock_wrlock;
@@ -208,6 +210,7 @@ libc {
pthread_once;
pthread_rwlock_clockrdlock;
pthread_rwlock_clockwrlock;
+ pthread_rwlock_destroy;
pthread_rwlock_rdlock;
pthread_rwlock_unlock;
pthread_rwlock_wrlock;
@@ -297,7 +300,6 @@ libpthread {
pthread_attr_setstacksize;
pthread_create;
pthread_getconcurrency;
- pthread_rwlock_destroy;
pthread_rwlock_init;
pthread_rwlock_tryrdlock;
pthread_rwlock_trywrlock;
@@ -327,7 +329,6 @@ libpthread {
}
GLIBC_2.2 {
- __pthread_rwlock_destroy;
__pthread_rwlock_init;
__pthread_rwlock_tryrdlock;
__pthread_rwlock_trywrlock;