From 273c6e2aac5f238b816fa185237a459ab6e12882 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 6 Jan 2018 18:04:49 +0100 Subject: Remove use of `internal_function' Following 100a2df1686521605a784062ccda6a6b30c62deb. * libc_pthread_init.c (__libc_pthread_init): Do not qualify with internal_function. --- libc_pthread_init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libc_pthread_init.c b/libc_pthread_init.c index afce1f7..eb6f41b 100644 --- a/libc_pthread_init.c +++ b/libc_pthread_init.c @@ -21,7 +21,6 @@ #include void -internal_function __libc_pthread_init (const struct pthread_functions *functions) { #ifdef SHARED -- cgit v1.2.3