From e9df2e7e6038b87c333edac12b971d8bfdf54528 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 13 Dec 2008 12:37:04 +0000 Subject: make all "XXXhidden_proto(" consistently not use a space before '(' --- libpthread/linuxthreads.old/join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread') diff --git a/libpthread/linuxthreads.old/join.c b/libpthread/linuxthreads.old/join.c index 96db153bc..ee3449396 100644 --- a/libpthread/linuxthreads.old/join.c +++ b/libpthread/linuxthreads.old/join.c @@ -25,7 +25,7 @@ #include "restart.h" #include "debug.h" /* PDEBUG, added by StS */ -libpthread_hidden_proto (pthread_exit) +libpthread_hidden_proto(pthread_exit) void pthread_exit(void * retval) { __pthread_do_exit (retval, CURRENT_STACK_FRAME); -- cgit v1.2.3