From d10c3db401fb427e796fb51ac20bff438388d1b3 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 20 Sep 2016 23:01:43 +0200 Subject: Fix old-style function definition * libc_pthread_init.c (__libc_pthread_init): Fix old-style function definition. --- libc_pthread_init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libc_pthread_init.c b/libc_pthread_init.c index f7997da..afce1f7 100644 --- a/libc_pthread_init.c +++ b/libc_pthread_init.c @@ -22,8 +22,7 @@ void internal_function -__libc_pthread_init (functions) - const struct pthread_functions *functions; +__libc_pthread_init (const struct pthread_functions *functions) { #ifdef SHARED /* We copy the content of the variable pointed to by the FUNCTIONS -- cgit v1.2.3