aboutsummaryrefslogtreecommitdiff
path: root/htl/Makefile
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-11-18 13:21:45 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-19 01:37:35 +0100
commit7f045c0b48633b198b42bebdff0024d7cfab3901 (patch)
tree3466f2e4d5825b6eab71c438e4eea2f46c04029c /htl/Makefile
parent1a1cedd635506a1e5f97d19bcd03fad1c3c29c12 (diff)
downloadglibc-7f045c0b48633b198b42bebdff0024d7cfab3901.tar.xz
glibc-7f045c0b48633b198b42bebdff0024d7cfab3901.zip
htl: move pthread_attr_init into libc.
Signed-off-by: gfleury <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 5c625d0ca9..25eb791031 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -25,7 +25,6 @@ SYSDEPS := lockfile
LCLHDRS :=
libpthread-routines := \
- pt-attr-init \
pt-barrier-destroy \
pt-barrier-init \
pt-barrier-wait \
@@ -197,6 +196,7 @@ routines := \
pt-attr-getstack \
pt-attr-getstackaddr \
pt-attr-getstacksize \
+ pt-attr-init \
pt-attr-setdetachstate \
pt-attr-setguardsize \
pt-attr-setinheritsched \