From f0929a227b408f369c410645a87d3175a23876b0 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 10 Feb 2020 11:23:32 +0100 Subject: nptl: Move pthread_attr_setschedpolicy 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 84aed530e3..927ac5a706 100644 --- a/sysdeps/nptl/pthread-functions.h +++ b/sysdeps/nptl/pthread-functions.h @@ -30,7 +30,6 @@ struct xid_command; the thread functions. */ struct pthread_functions { - int (*ptr_pthread_attr_setschedpolicy) (pthread_attr_t *, int); int (*ptr_pthread_attr_getscope) (const pthread_attr_t *, int *); int (*ptr_pthread_attr_setscope) (pthread_attr_t *, int); int (*ptr_pthread_condattr_destroy) (pthread_condattr_t *); -- cgit v1.2.3