From 38447cbe4e9672c643e598f81cad15f7004d52ed Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 28 Jan 2001 23:34:27 +0000 Subject: Update. * conform/data/pthread.h-data: Correct return type of pthread_exit. --- conform/data/pthread.h-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conform') diff --git a/conform/data/pthread.h-data b/conform/data/pthread.h-data index ef758eb..b37b4cd 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 -- cgit v1.1