From 9743c6272df3d4f4c37cc98e68fab83bf3f57efb Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 30 Aug 2019 07:33:02 +0200 Subject: nptl: Move pthread_attr_getinheritsched implementation into libc 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 4594cf5..80fa46f 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_getinheritsched = __pthread_attr_getinheritsched, .ptr_pthread_attr_setinheritsched = __pthread_attr_setinheritsched, .ptr_pthread_attr_getschedparam = __pthread_attr_getschedparam, .ptr_pthread_attr_setschedparam = __pthread_attr_setschedparam, -- cgit v1.1