From 1ba1c865a2817d33f9853f4e22a6114f757175a0 Mon Sep 17 00:00:00 2001 From: bje Date: Fri, 10 Jul 1998 12:44:47 +0000 Subject: 1998-07-10 Ben Elliston * pthread.h (pthread_exit): Add function prototype. --- pthread.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index f2a4b3d..e9f9b86 100644 --- a/pthread.h +++ b/pthread.h @@ -31,6 +31,8 @@ int pthread_create(pthread_t *thread, void * (*start_routine) (void *), void * arg); +void pthread_exit(void *value); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3