From ed0a69b675cfece1ca8d9d3aa5ed4e412573e28f Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 10 Feb 2020 11:26:00 +0100 Subject: nptl: Move pthread_attr_getscope 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 96c2b61b3c..6a56a14a05 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_getscope = __pthread_attr_getscope, .ptr_pthread_attr_setscope = __pthread_attr_setscope, .ptr_pthread_condattr_destroy = __pthread_condattr_destroy, .ptr_pthread_condattr_init = __pthread_condattr_init, -- cgit v1.2.3