From 100a2df1686521605a784062ccda6a6b30c62deb Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 6 Jan 2018 03:48:18 +0100 Subject: Remove use of `internal_function' Recent glibc does not define it any more. * sysdeps/pthread/pthread-functions.h (__libc_pthread_init): Do not qualify with internal_function. --- sysdeps/pthread/pthread-functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/pthread/pthread-functions.h') diff --git a/sysdeps/pthread/pthread-functions.h b/sysdeps/pthread/pthread-functions.h index f9e367c..0fc8968 100644 --- a/sysdeps/pthread/pthread-functions.h +++ b/sysdeps/pthread/pthread-functions.h @@ -133,7 +133,7 @@ struct pthread_functions extern struct pthread_functions __libc_pthread_functions attribute_hidden; extern int __libc_pthread_functions_init attribute_hidden; -void __libc_pthread_init (const struct pthread_functions *functions) internal_function; +void __libc_pthread_init (const struct pthread_functions *functions); # define PTHFCT_CALL(fct, params) \ __libc_pthread_functions.fct params -- cgit v1.2.3