From 3202db52ac6241f66ef01220bbcdfc86232196d9 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 20 Mar 2016 01:28:27 +0100 Subject: Mark __libc_pthread_init as internal function, as in nptl --- 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 0fc8968..f9e367c 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); +void __libc_pthread_init (const struct pthread_functions *functions) internal_function; # define PTHFCT_CALL(fct, params) \ __libc_pthread_functions.fct params -- cgit v1.2.3