aboutsummaryrefslogtreecommitdiff
path: root/htl/Makefile
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2025-02-16 16:54:33 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-02-16 23:43:03 +0100
commit6f6732c1c48b288a4ca7effb86831e7bc06a2fc8 (patch)
tree563d475669efed5d5e35e44ea1e3c2bf7d56f5c7 /htl/Makefile
parentd3ef1b56aa81d7f86ebf04c849258f0cf85c4217 (diff)
downloadglibc-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/Makefile')
-rw-r--r--htl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/Makefile b/htl/Makefile
index 78d997d4ab..310097914f 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -45,7 +45,6 @@ libpthread-routines := \
pt-testcancel \
pt-cancel \
pt-mutex-transfer-np \
- pt-rwlock-init \
pt-hurd-cond-wait \
pt-hurd-cond-timedwait \
pt-stack-alloc \
@@ -190,6 +189,7 @@ routines := \
pt-pthread_self \
pt-rwlock-attr \
pt-rwlock-destroy \
+ pt-rwlock-init \
pt-rwlock-rdlock \
pt-rwlock-timedrdlock \
pt-rwlock-timedwrlock \