summaryrefslogtreecommitdiff
path: root/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'exit.c')
-rw-r--r--exit.c3
1 files changed, 2 insertions, 1 deletions
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