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:06 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-24 01:57:04 +0200
commita1a942fb5f786ebcc71631de020e05d6b6343985 (patch)
treef03c3e9484bee9f08b288c584f3634a4fe7b3e2e /htl/Makefile
parent9dfa2562162bf5f7ad1d85d34d827c388631fd86 (diff)
downloadglibc-a1a942fb5f786ebcc71631de020e05d6b6343985.tar.gz
glibc-a1a942fb5f786ebcc71631de020e05d6b6343985.tar.xz
glibc-a1a942fb5f786ebcc71631de020e05d6b6343985.zip
htl: move pthread_getschedparam into libc
Signed-off-by: Guy-Fleury Iteriteka <gfleury@disroot.org>
Message-Id: <20230716084414.107245-3-gfleury@disroot.org>
Diffstat (limited to 'htl/Makefile')
-rw-r--r--htl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/htl/Makefile b/htl/Makefile
index b131aa19ab..9362a58393 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-getschedparam pt-setschedparam pt-setschedprio		    \
+	pt-setschedparam pt-setschedprio		                    \
 	pt-yield							    \
 									    \
 	sem_close sem-destroy sem-getvalue sem-init sem_open		    \
@@ -164,7 +164,8 @@ headers :=				\
 
 distribute :=
 
-routines := forward libc_pthread_init alloca_cutoff htlfreeres pt-nthreads pt-pthread_self pt-self pt-equal
+routines := forward libc_pthread_init alloca_cutoff htlfreeres pt-nthreads pt-pthread_self pt-self pt-equal \
+	pt-getschedparam
 shared-only-routines = forward
 
 extra-libs := libpthread