From 631ff9e147e057c9ceb38b2c240fdbd50f5a779a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 15 Dec 2008 19:11:43 +0000 Subject: Merge linuxthread.old from trunk. --- libpthread/linuxthreads.old/join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads.old/join.c') 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