From 70fa39fbc20072947d3d9b9772d0f50a9af6dda0 Mon Sep 17 00:00:00 2001 From: bje Date: Fri, 10 Jul 1998 14:22:56 +0000 Subject: * create.c: Tidy function signature. --- create.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'create.c') diff --git a/create.c b/create.c index 978e011..8474085 100644 --- a/create.c +++ b/create.c @@ -8,8 +8,9 @@ #include "pthread.h" -int pthread_create(pthread_t *thread, const pthread_attr_t *attr, - void * (*start_routine) (void *), void * arg) +int +pthread_create(pthread_t *thread, const pthread_attr_t *attr, + void * (*start_routine) (void *), void * arg) { /* Call Win32 CreateThread. Map attributes as correctly as possible. -- cgit v1.2.3