diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-05-03 23:11:53 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:43 +0200 |
commit | 22f96153c2c2cb0ce03f5d36472da2762290711f (patch) | |
tree | 88cfefa5cc69dd2037307c9bfd60b3e4964fafdd /libpthread/linuxthreads/libc_pthread_init.c | |
parent | a3516fe1a43318dca4e14178142174aa0eed6c30 (diff) |
linuxthreads: style update
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/linuxthreads/libc_pthread_init.c')
-rw-r--r-- | libpthread/linuxthreads/libc_pthread_init.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |