diff options
author | Guy-Fleury Iteriteka <gfleury@disroot.org> | 2023-07-16 10:44:06 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-24 01:57:04 +0200 |
commit | a1a942fb5f786ebcc71631de020e05d6b6343985 (patch) | |
tree | f03c3e9484bee9f08b288c584f3634a4fe7b3e2e /htl/pt-initialize.c | |
parent | 9dfa2562162bf5f7ad1d85d34d827c388631fd86 (diff) | |
download | glibc-a1a942fb5f786ebcc71631de020e05d6b6343985.tar glibc-a1a942fb5f786ebcc71631de020e05d6b6343985.tar.gz glibc-a1a942fb5f786ebcc71631de020e05d6b6343985.tar.bz2 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/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 0386b755af..7fc066041d 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_getschedparam = __pthread_getschedparam, .ptr_pthread_setschedparam = __pthread_setschedparam, .ptr_pthread_mutex_destroy = __pthread_mutex_destroy, .ptr_pthread_mutex_init = __pthread_mutex_init, |