summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-12-13 12:37:04 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-12-13 12:37:04 +0000
commite9df2e7e6038b87c333edac12b971d8bfdf54528 (patch)
tree8ce991159217dcbdd3adc0e82febda3cd61eb198 /libpthread
parent5196e42e69782490d2cd1e2d74c0173629eab5e7 (diff)
make all "XXXhidden_proto(" consistently not use a space before '('
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/linuxthreads.old/join.c2
1 files changed, 1 insertions, 1 deletions
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);