diff options
| author | gfleury <gfleury@disroot.org> | 2025-02-16 16:54:27 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-02-16 22:59:16 +0100 |
| commit | cd2d31ed58542adc0869ca17c88a45f41117db8b (patch) | |
| tree | cfbfa0f58fe2e2429804efc8054492228bf1e5e8 /htl | |
| parent | e618b671cdac1e98632ec9db439a585a55739e4b (diff) | |
| download | glibc-cd2d31ed58542adc0869ca17c88a45f41117db8b.tar.xz glibc-cd2d31ed58542adc0869ca17c88a45f41117db8b.zip | |
htl: move pthread_rwlockattr_destroy into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Message-ID: <20250216145434.7089-4-gfleury@disroot.org>
Diffstat (limited to 'htl')
| -rw-r--r-- | htl/Makefile | 2 | ||||
| -rw-r--r-- | htl/Versions | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/htl/Makefile b/htl/Makefile index 2d275dac1c..84b85f1a9a 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -45,7 +45,6 @@ libpthread-routines := \ pt-testcancel \ pt-cancel \ pt-mutex-transfer-np \ - pt-rwlockattr-destroy \ pt-rwlockattr-getpshared \ pt-rwlockattr-setpshared \ pt-rwlock-init \ @@ -200,6 +199,7 @@ routines := \ pt-nthreads \ pt-pthread_self \ pt-rwlock-attr \ + pt-rwlockattr-destroy \ pt-rwlockattr-init \ pt-self pt-equal \ pt-setcancelstate \ diff --git a/htl/Versions b/htl/Versions index c02ac04e22..f6a1566a20 100644 --- a/htl/Versions +++ b/htl/Versions @@ -63,6 +63,7 @@ libc { pthread_mutexattr_setprotocol; pthread_mutexattr_setpshared; pthread_mutexattr_settype; + pthread_rwlockattr_destroy; pthread_rwlockattr_init; pthread_setcancelstate; pthread_setcanceltype; @@ -143,6 +144,7 @@ libc { pthread_mutex_getprioceiling; pthread_mutex_setprioceiling; pthread_mutex_trylock; + pthread_rwlockattr_destroy; pthread_rwlockattr_init; } @@ -244,7 +246,7 @@ libpthread { pthread_rwlock_tryrdlock; pthread_rwlock_trywrlock; pthread_rwlock_unlock; pthread_rwlock_wrlock; - pthread_rwlockattr_destroy; pthread_rwlockattr_getpshared; + pthread_rwlockattr_getpshared; pthread_rwlockattr_setpshared; pthread_setconcurrency; |
