diff options
| author | gfleury <gfleury@disroot.org> | 2025-02-16 16:54:33 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-02-16 23:43:03 +0100 |
| commit | 6f6732c1c48b288a4ca7effb86831e7bc06a2fc8 (patch) | |
| tree | 563d475669efed5d5e35e44ea1e3c2bf7d56f5c7 /htl/Versions | |
| parent | d3ef1b56aa81d7f86ebf04c849258f0cf85c4217 (diff) | |
| download | glibc-6f6732c1c48b288a4ca7effb86831e7bc06a2fc8.tar.xz glibc-6f6732c1c48b288a4ca7effb86831e7bc06a2fc8.zip | |
htl: move pthread_rwlock_init into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Message-ID: <20250216145434.7089-10-gfleury@disroot.org>
Diffstat (limited to 'htl/Versions')
| -rw-r--r-- | htl/Versions | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/htl/Versions b/htl/Versions index f636e6ede5..4fe2a45295 100644 --- a/htl/Versions +++ b/htl/Versions @@ -64,6 +64,7 @@ libc { pthread_mutexattr_setpshared; pthread_mutexattr_settype; pthread_rwlock_destroy; + pthread_rwlock_init; pthread_rwlock_rdlock; pthread_rwlock_timedrdlock; pthread_rwlock_timedwrlock; @@ -159,6 +160,7 @@ libc { pthread_mutex_trylock; pthread_rwlock_clockrdlock; pthread_rwlock_clockwrlock; + pthread_rwlock_init; pthread_rwlock_rdlock; pthread_rwlock_timedrdlock; pthread_rwlock_timedwrlock; @@ -265,8 +267,6 @@ libpthread { pthread_once; - pthread_rwlock_init; - pthread_setconcurrency; pthread_setschedprio; pthread_setspecific; @@ -320,6 +320,5 @@ libpthread { __pthread_getattr_np; __pthread_enable_asynccancel; __pthread_disable_asynccancel; - _pthread_rwlock_init; } } |
