aboutsummaryrefslogtreecommitdiff
path: root/htl/Versions
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2025-02-16 16:54:26 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-02-16 22:59:07 +0100
commite618b671cdac1e98632ec9db439a585a55739e4b (patch)
tree0be6bffa09ded48528d527bffad8a10e89b33256 /htl/Versions
parent8f842ce13e5ba7577decb4ad6d66e159d00b18c7 (diff)
downloadglibc-e618b671cdac1e98632ec9db439a585a55739e4b.tar.xz
glibc-e618b671cdac1e98632ec9db439a585a55739e4b.zip
htl: move pthread_rwlockattr_init into libc.
Signed-off-by: gfleury <gfleury@disroot.org> Message-ID: <20250216145434.7089-3-gfleury@disroot.org>
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 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;