aboutsummaryrefslogtreecommitdiff
path: root/htl/Makefile
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-11-18 13:21:42 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-19 01:37:35 +0100
commit32aa498cebb8f34ee4d9f71fbaac2ffd92c19278 (patch)
tree9d15ba1822a4864f1bfcd9cf77b99335cbaa6688 /htl/Makefile
parent4a8b7d7e62c6a45cfad01a8d5c8b9bb2e4ca2b30 (diff)
downloadglibc-32aa498cebb8f34ee4d9f71fbaac2ffd92c19278.tar.xz
glibc-32aa498cebb8f34ee4d9f71fbaac2ffd92c19278.zip
htl: move pthread_attr_setscope 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 d76cba8830..eae1c70958 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -28,7 +28,6 @@ libpthread-routines := \
pt-attr-init \
pt-attr-setguardsize \
pt-attr-setschedparam \
- pt-attr-setscope \
pt-barrier-destroy \
pt-barrier-init \
pt-barrier-wait \
@@ -203,6 +202,7 @@ routines := \
pt-attr-setdetachstate \
pt-attr-setinheritsched \
pt-attr-setschedpolicy \
+ pt-attr-setscope \
pt-attr-setstack \
pt-attr-setstackaddr \
pt-attr-setstacksize \