diff options
Diffstat (limited to 'conform/data/pthread.h-data')
-rw-r--r-- | conform/data/pthread.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/pthread.h-data b/conform/data/pthread.h-data index ef758eb7c5..b37b4cde64 100644 --- a/conform/data/pthread.h-data +++ b/conform/data/pthread.h-data @@ -89,7 +89,7 @@ function int pthread_condattr_setpshared (pthread_condattr_t*, int) function int pthread_create (pthread_t*, const pthread_attr_t*, void *(*) (void*), void*) function int pthread_detach (pthread_t) function int pthread_equal (pthread_t, pthread_t) -function int pthread_exit (void*) +function void pthread_exit (void*) # ifndef POSIX function int pthread_getconcurrency (void) # endif |