diff options
| author | bje <bje> | 1998-07-10 14:22:56 +0000 | 
|---|---|---|
| committer | bje <bje> | 1998-07-10 14:22:56 +0000 | 
| commit | 70fa39fbc20072947d3d9b9772d0f50a9af6dda0 (patch) | |
| tree | 1893da075ec6cd2f45fd6021fd56bc38b9d81f82 | |
| parent | 818bfaf7853d9954b0e7a70eee5dc4d261585f21 (diff) | |
	* create.c: Tidy function signature.
| -rw-r--r-- | create.c | 5 | 
1 files changed, 3 insertions, 2 deletions
| @@ -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. | 
