diff options
| author | gfleury <gfleury@disroot.org> | 2025-02-16 16:54:26 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-02-16 22:59:07 +0100 |
| commit | e618b671cdac1e98632ec9db439a585a55739e4b (patch) | |
| tree | 0be6bffa09ded48528d527bffad8a10e89b33256 /htl | |
| parent | 8f842ce13e5ba7577decb4ad6d66e159d00b18c7 (diff) | |
| download | glibc-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')
| -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 13215943d7..2d275dac1c 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -45,7 +45,6 @@ libpthread-routines := \ pt-testcancel \ pt-cancel \ pt-mutex-transfer-np \ - pt-rwlockattr-init \ pt-rwlockattr-destroy \ pt-rwlockattr-getpshared \ pt-rwlockattr-setpshared \ @@ -201,6 +200,7 @@ routines := \ pt-nthreads \ pt-pthread_self \ pt-rwlock-attr \ + pt-rwlockattr-init \ pt-self pt-equal \ pt-setcancelstate \ pt-setcanceltype \ 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; |
