From 5a906db56a70e34cbd6d3f732287dd1ad878dec1 Mon Sep 17 00:00:00 2001 From: bje Date: Fri, 10 Jul 1998 14:23:08 +0000 Subject: * exit.c: Tidy function signature. --- exit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'exit.c') diff --git a/exit.c b/exit.c index af1f50f..5212854 100644 --- a/exit.c +++ b/exit.c @@ -8,7 +8,8 @@ #include "pthread.h" -void pthread_exit(void * value) +void +pthread_exit(void * value) { /* The semantics are such that additional tasks must be done for strict POSIX conformance. We must add code here later which -- cgit v1.2.3