From ce197a6e0a34211d403bd28c60142bc075cc4236 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 10 Feb 2020 11:20:30 +0100 Subject: nptl: Move pthread_attr_getschedpolicy implementation into libc This is part of the libpthread removal project: Reviewed-by: Adhemerval Zanella --- nptl/nptl-init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'nptl/nptl-init.c') diff --git a/nptl/nptl-init.c b/nptl/nptl-init.c index 6bc1e75..1f8852f 100644 --- a/nptl/nptl-init.c +++ b/nptl/nptl-init.c @@ -72,7 +72,6 @@ void __nptl_set_robust (struct pthread *); #ifdef SHARED static const struct pthread_functions pthread_functions = { - .ptr_pthread_attr_getschedpolicy = __pthread_attr_getschedpolicy, .ptr_pthread_attr_setschedpolicy = __pthread_attr_setschedpolicy, .ptr_pthread_attr_getscope = __pthread_attr_getscope, .ptr_pthread_attr_setscope = __pthread_attr_setscope, -- cgit v1.1