aboutsummaryrefslogtreecommitdiff
path: root/htl
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2025-02-16 16:54:29 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-02-16 22:59:34 +0100
commit18accc19b994a1123125df6e89a6b3e83422eb96 (patch)
tree0d86ddd5c355b8c1ae4cbb55e52f1833b3d60211 /htl
parent4b25413df5127b7ff7fb3903bf8acb8a64743db4 (diff)
downloadglibc-18accc19b994a1123125df6e89a6b3e83422eb96.tar.xz
glibc-18accc19b994a1123125df6e89a6b3e83422eb96.zip
htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc.
Signed-off-by: gfleury <gfleury@disroot.org> Message-ID: <20250216145434.7089-6-gfleury@disroot.org>
Diffstat (limited to 'htl')
-rw-r--r--htl/Makefile4
-rw-r--r--htl/Versions5
2 files changed, 6 insertions, 3 deletions
diff --git a/htl/Makefile b/htl/Makefile
index 651af8d82a..0c85ab462c 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -48,8 +48,6 @@ libpthread-routines := \
pt-rwlock-init \
pt-rwlock-destroy \
pt-rwlock-rdlock \
- pt-rwlock-tryrdlock \
- pt-rwlock-trywrlock \
pt-rwlock-wrlock \
pt-rwlock-timedrdlock \
pt-rwlock-timedwrlock \
@@ -197,6 +195,8 @@ routines := \
pt-nthreads \
pt-pthread_self \
pt-rwlock-attr \
+ pt-rwlock-tryrdlock \
+ pt-rwlock-trywrlock \
pt-rwlockattr-destroy \
pt-rwlockattr-getpshared \
pt-rwlockattr-init \
diff --git a/htl/Versions b/htl/Versions
index 1d666bcb3c..ca59cd5c99 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -63,6 +63,8 @@ libc {
pthread_mutexattr_setprotocol;
pthread_mutexattr_setpshared;
pthread_mutexattr_settype;
+ pthread_rwlock_tryrdlock;
+ pthread_rwlock_trywrlock;
pthread_rwlockattr_destroy;
pthread_rwlockattr_getpshared;
pthread_rwlockattr_init;
@@ -146,6 +148,8 @@ libc {
pthread_mutex_getprioceiling;
pthread_mutex_setprioceiling;
pthread_mutex_trylock;
+ pthread_rwlock_tryrdlock;
+ pthread_rwlock_trywrlock;
pthread_rwlockattr_destroy;
pthread_rwlockattr_getpshared;
pthread_rwlockattr_init;
@@ -247,7 +251,6 @@ libpthread {
pthread_rwlock_destroy; pthread_rwlock_init; pthread_rwlock_rdlock;
pthread_rwlock_timedrdlock; pthread_rwlock_timedwrlock;
- pthread_rwlock_tryrdlock; pthread_rwlock_trywrlock;
pthread_rwlock_unlock; pthread_rwlock_wrlock;
pthread_setconcurrency;