diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-02-10 11:49:13 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-02-20 08:57:01 +0100 |
commit | d5074b30fe54f4e05313672d76698065690eed77 (patch) | |
tree | e5a85f4afa3698b16599749a4a545031d7a67624 /nptl/nptl-init.c | |
parent | c1080713adf0069c50e76278954f90c35946a988 (diff) | |
download | glibc-d5074b30fe54f4e05313672d76698065690eed77.tar.gz glibc-d5074b30fe54f4e05313672d76698065690eed77.tar.xz glibc-d5074b30fe54f4e05313672d76698065690eed77.zip |
nptl: Move pthread_getschedparam implementation into libc
This is part of the libpthread removal project: <https://sourceware.org/ml/libc-alpha/2019-10/msg00080.html> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl/nptl-init.c')
-rw-r--r-- | nptl/nptl-init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/nptl-init.c b/nptl/nptl-init.c index 855225e01a..34a2518250 100644 --- a/nptl/nptl-init.c +++ b/nptl/nptl-init.c @@ -83,7 +83,6 @@ static const struct pthread_functions pthread_functions = .ptr___pthread_cond_timedwait_2_0 = __pthread_cond_timedwait_2_0, # endif .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, |