aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-02-10 11:51:05 +0100
committerFlorian Weimer <fweimer@redhat.com>2020-02-20 08:57:01 +0100
commitf2323817dde1e87d44e058af5954c25d72fbdb11 (patch)
tree915969b9a6b9755c49537692129b40cd34fadd16 /sysdeps/nptl
parentd5074b30fe54f4e05313672d76698065690eed77 (diff)
downloadglibc-f2323817dde1e87d44e058af5954c25d72fbdb11.zip
glibc-f2323817dde1e87d44e058af5954c25d72fbdb11.tar.gz
glibc-f2323817dde1e87d44e058af5954c25d72fbdb11.tar.bz2
nptl: Move pthread_setschedparam 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 'sysdeps/nptl')
-rw-r--r--sysdeps/nptl/pthread-functions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/nptl/pthread-functions.h b/sysdeps/nptl/pthread-functions.h
index 337ef59..294b7e1 100644
--- a/sysdeps/nptl/pthread-functions.h
+++ b/sysdeps/nptl/pthread-functions.h
@@ -42,8 +42,6 @@ struct pthread_functions
pthread_mutex_t *,
const struct timespec *);
void (*ptr___pthread_exit) (void *) __attribute__ ((__noreturn__));
- int (*ptr_pthread_setschedparam) (pthread_t, int,
- const struct sched_param *);
int (*ptr_pthread_mutex_destroy) (pthread_mutex_t *);
int (*ptr_pthread_mutex_init) (pthread_mutex_t *,
const pthread_mutexattr_t *);