aboutsummaryrefslogtreecommitdiff
path: root/htl/Makefile
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2025-02-09 22:01:01 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-02-10 01:17:50 +0100
commit7d799d85e82f58cff0dea0363d0b056a85ef5c44 (patch)
treebefcae0859cd340a1b56b5ac789aaad049572848 /htl/Makefile
parentbb6496b96444dfd55d7105396780f6eba14b1cd9 (diff)
downloadglibc-7d799d85e82f58cff0dea0363d0b056a85ef5c44.tar.xz
glibc-7d799d85e82f58cff0dea0363d0b056a85ef5c44.zip
htl: move __pthread_default_barrierattr into libc.
Message-ID: <20250209200108.865599-2-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 a4192a56b4..6404cba9b5 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -28,7 +28,6 @@ libpthread-routines := \
pt-barrier-destroy \
pt-barrier-init \
pt-barrier-wait \
- pt-barrier \
pt-barrierattr-destroy \
pt-barrierattr-init \
pt-barrierattr-getpshared \
@@ -161,6 +160,7 @@ routines := \
pt-attr-setstack \
pt-attr-setstackaddr \
pt-attr-setstacksize \
+ pt-barrier \
pt-block \
pt-block-intr \
pt-cond \