aboutsummaryrefslogtreecommitdiff
path: root/htl/Makefile
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2025-02-09 22:01:07 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-02-10 01:39:17 +0100
commit710bbc9659566017cb75d5d2bfb42f077350a25a (patch)
tree12edaf8f4b287de009d1f5a08521be989288b152 /htl/Makefile
parent2789003489c93305ecdc9f27d583507e07886631 (diff)
downloadglibc-710bbc9659566017cb75d5d2bfb42f077350a25a.tar.xz
glibc-710bbc9659566017cb75d5d2bfb42f077350a25a.zip
htl: move pthread_barrier_wait into libc.
Message-ID: <20250209200108.865599-8-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 76d65a5348..2b2a49c7b7 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -25,7 +25,6 @@ SYSDEPS := lockfile
LCLHDRS :=
libpthread-routines := \
- pt-barrier-wait \
pt-destroy-specific \
pt-init-specific \
pt-key-create \
@@ -157,6 +156,7 @@ routines := \
pt-barrier \
pt-barrier-destroy \
pt-barrier-init \
+ pt-barrier-wait \
pt-barrierattr-destroy \
pt-barrierattr-getpshared \
pt-barrierattr-init \