aboutsummaryrefslogtreecommitdiff
path: root/htl/Makefile
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-11-18 13:21:38 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-19 01:37:35 +0100
commit1428ae39e8d72d04d8c7d88186d6137bbe5a04d1 (patch)
tree9a9b45e0f295f048d61b5195dd8fdc6146bd11a2 /htl/Makefile
parent993440a260b0707f3b0f9e60474a1cd9baf752f9 (diff)
downloadglibc-1428ae39e8d72d04d8c7d88186d6137bbe5a04d1.tar.xz
glibc-1428ae39e8d72d04d8c7d88186d6137bbe5a04d1.zip
htl: move pthread_attr_getstackaddr 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 a4d900d5ff..1340c1b688 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -26,7 +26,6 @@ LCLHDRS :=
libpthread-routines := \
pt-attr-getstack \
- pt-attr-getstackaddr \
pt-attr-init \
pt-attr-setguardsize \
pt-attr-setschedparam \
@@ -202,6 +201,7 @@ routines := \
pt-attr-getschedparam \
pt-attr-getschedpolicy \
pt-attr-getscope \
+ pt-attr-getstackaddr \
pt-attr-getstacksize \
pt-attr-setdetachstate \
pt-attr-setinheritsched \