about summary refs log tree commit diff
path: root/htl/Makefile
diff options
context:
space:
mode:
authorGuy-Fleury Iteriteka <gfleury@disroot.org>2023-07-16 10:44:07 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-24 01:57:08 +0200
commit3caa6362d087e68ec864a08fc065ab0e72d29d71 (patch)
tree8534b9aae97db6556a586402b370fdaeb1e42348 /htl/Makefile
parenta1a942fb5f786ebcc71631de020e05d6b6343985 (diff)
downloadglibc-3caa6362d087e68ec864a08fc065ab0e72d29d71.tar.gz
glibc-3caa6362d087e68ec864a08fc065ab0e72d29d71.tar.xz
glibc-3caa6362d087e68ec864a08fc065ab0e72d29d71.zip
htl: move pthread_setschedparam into libc
Signed-off-by: Guy-Fleury Iteriteka <gfleury@disroot.org>
Message-Id: <20230716084414.107245-4-gfleury@disroot.org>
Diffstat (limited to 'htl/Makefile')
-rw-r--r--htl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/htl/Makefile b/htl/Makefile
index 9362a58393..228c689593 100644
--- a/htl/Makefile
+++ b/htl/Makefile
@@ -122,7 +122,7 @@ libpthread-routines := pt-attr pt-attr-destroy pt-attr-getdetachstate	    \
 	pt-kill								    \
 	pt-getcpuclockid						    \
 									    \
-	pt-setschedparam pt-setschedprio		                    \
+	pt-setschedprio		                                            \
 	pt-yield							    \
 									    \
 	sem_close sem-destroy sem-getvalue sem-init sem_open		    \
@@ -165,7 +165,7 @@ headers :=				\
 distribute :=
 
 routines := forward libc_pthread_init alloca_cutoff htlfreeres pt-nthreads pt-pthread_self pt-self pt-equal \
-	pt-getschedparam
+	pt-getschedparam pt-setschedparam
 shared-only-routines = forward
 
 extra-libs := libpthread