diff options
author | Guy-Fleury Iteriteka <gfleury@disroot.org> | 2023-07-16 10:44:07 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-24 01:57:08 +0200 |
commit | 3caa6362d087e68ec864a08fc065ab0e72d29d71 (patch) | |
tree | 8534b9aae97db6556a586402b370fdaeb1e42348 /htl/pt-initialize.c | |
parent | a1a942fb5f786ebcc71631de020e05d6b6343985 (diff) | |
download | glibc-3caa6362d087e68ec864a08fc065ab0e72d29d71.zip glibc-3caa6362d087e68ec864a08fc065ab0e72d29d71.tar.gz glibc-3caa6362d087e68ec864a08fc065ab0e72d29d71.tar.bz2 |
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/pt-initialize.c')
-rw-r--r-- | htl/pt-initialize.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/htl/pt-initialize.c b/htl/pt-initialize.c index 7fc0660..fae5de4 100644 --- a/htl/pt-initialize.c +++ b/htl/pt-initialize.c @@ -48,7 +48,6 @@ static const struct pthread_functions pthread_functions = { .ptr_pthread_cond_wait = __pthread_cond_wait, .ptr_pthread_cond_timedwait = __pthread_cond_timedwait, .ptr___pthread_exit = __pthread_exit, - .ptr_pthread_setschedparam = __pthread_setschedparam, .ptr_pthread_mutex_destroy = __pthread_mutex_destroy, .ptr_pthread_mutex_init = __pthread_mutex_init, .ptr_pthread_mutex_lock = __pthread_mutex_lock, |