From 22f96153c2c2cb0ce03f5d36472da2762290711f Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 3 May 2011 23:11:53 +0200 Subject: linuxthreads: style update Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libpthread/linuxthreads/libc_pthread_init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libpthread/linuxthreads/libc_pthread_init.c') diff --git a/libpthread/linuxthreads/libc_pthread_init.c b/libpthread/linuxthreads/libc_pthread_init.c index c59f40b85..7b4e1cbc3 100644 --- a/libpthread/linuxthreads/libc_pthread_init.c +++ b/libpthread/linuxthreads/libc_pthread_init.c @@ -31,8 +31,7 @@ strong_alias (__libc_multiple_threads, __librt_multiple_threads) int * -__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