about summary refs log tree commit diff
path: root/htl/forward.c
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/forward.c
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/forward.c')
-rw-r--r--htl/forward.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/htl/forward.c b/htl/forward.c
index df0d4ecc65..5a22c07d08 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -107,11 +107,6 @@ FORWARD_NORETURN (__pthread_exit, void, (void *retval), (retval),
 		  exit (EXIT_SUCCESS))
 strong_alias (__pthread_exit, pthread_exit);
 
-FORWARD (pthread_setschedparam,
-	 (pthread_t target_thread, int policy,
-	  const struct sched_param *param), (target_thread, policy, param), 0)
-
-
 FORWARD (pthread_mutex_destroy, (pthread_mutex_t *mutex), (mutex), 0)
 
 FORWARD (pthread_mutex_init,