From 3ddb7bfae16a8f6e3117b49d731c1e592da35926 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') diff --git a/sysdeps/pthread/pthread-functions.h b/sysdeps/pthread/pthread-functions.h index 7fc4a53..d985dc3 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