aboutsummaryrefslogtreecommitdiff
path: root/htl/Makefile
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-11-18 13:21:40 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-19 01:37:35 +0100
commitd69a010e7b12fe4fae749f92983de7e505c247cf (patch)
tree409bf8c2dd3fd9bd04a8c3d02646b816c1becf2c /htl/Makefile
parent330c1fad5b909399a245e96f3e1db5fbaa6ea413 (diff)
downloadglibc-d69a010e7b12fe4fae749f92983de7e505c247cf.tar.xz
glibc-d69a010e7b12fe4fae749f92983de7e505c247cf.zip
htl: move pthread_attr_setstacksize 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 d9faf5080c..445c0af8ae 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -31,7 +31,6 @@ libpthread-routines := \
pt-attr-setscope \
pt-attr-setstack \
pt-attr-setstackaddr \
- pt-attr-setstacksize \
pt-barrier-destroy \
pt-barrier-init \
pt-barrier-wait \
@@ -206,6 +205,7 @@ routines := \
pt-attr-setdetachstate \
pt-attr-setinheritsched \
pt-attr-setschedpolicy \
+ pt-attr-setstacksize \
pt-getschedparam \
pt-nthreads \
pt-pthread_self \