From d5074b30fe54f4e05313672d76698065690eed77 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 10 Feb 2020 11:49:13 +0100 Subject: nptl: Move pthread_getschedparam implementation into libc This is part of the libpthread removal project: Reviewed-by: Adhemerval Zanella --- sysdeps/nptl/pthread-functions.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps/nptl') diff --git a/sysdeps/nptl/pthread-functions.h b/sysdeps/nptl/pthread-functions.h index 9e12cf7f20..337ef59691 100644 --- a/sysdeps/nptl/pthread-functions.h +++ b/sysdeps/nptl/pthread-functions.h @@ -42,7 +42,6 @@ struct pthread_functions pthread_mutex_t *, const struct timespec *); void (*ptr___pthread_exit) (void *) __attribute__ ((__noreturn__)); - int (*ptr_pthread_getschedparam) (pthread_t, int *, struct sched_param *); int (*ptr_pthread_setschedparam) (pthread_t, int, const struct sched_param *); int (*ptr_pthread_mutex_destroy) (pthread_mutex_t *); -- cgit 1.4.1