summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
authorbje <bje>1998-07-10 12:44:47 +0000
committerbje <bje>1998-07-10 12:44:47 +0000
commit1ba1c865a2817d33f9853f4e22a6114f757175a0 (patch)
treeec2658d0108487ee0afc5eab099dfb111c7bb4ea /pthread.h
parent15096afe88e332d56db0677443b9d14145a66ff3 (diff)
1998-07-10 Ben Elliston <bje@cygnus.com>
* pthread.h (pthread_exit): Add function prototype.
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h2
1 files changed, 2 insertions, 0 deletions
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 */