aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-03 09:10:57 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-03 09:17:27 +0200
commit2cf5b43bcb392af5f056250560d5711b8ba802c4 (patch)
tree6c2c968378f2d7658d2cbbacb1cafc2d245cd270 /nptl/Versions
parent0ace9b197c454166808e466b931a0f827a7b785c (diff)
downloadglibc-2cf5b43bcb392af5f056250560d5711b8ba802c4.tar
glibc-2cf5b43bcb392af5f056250560d5711b8ba802c4.tar.gz
glibc-2cf5b43bcb392af5f056250560d5711b8ba802c4.tar.bz2
glibc-2cf5b43bcb392af5f056250560d5711b8ba802c4.zip
nptl: Move pthread_rwlock_clockwrlock into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions
index ea5dd92882..d743866e57 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -153,6 +153,7 @@ libc {
pthread_cond_clockwait;
pthread_mutex_clocklock;
pthread_rwlock_clockrdlock;
+ pthread_rwlock_clockwrlock;
}
GLIBC_2.32 {
pthread_attr_getsigmask_np;
@@ -206,6 +207,7 @@ libc {
pthread_mutexattr_settype;
pthread_once;
pthread_rwlock_clockrdlock;
+ pthread_rwlock_clockwrlock;
pthread_rwlock_rdlock;
pthread_rwlock_unlock;
pthread_rwlock_wrlock;
@@ -401,7 +403,6 @@ libpthread {
}
GLIBC_2.30 {
- pthread_rwlock_clockwrlock;
sem_clockwait;
}