diff options
author | bje <bje> | 1998-07-10 12:44:47 +0000 |
---|---|---|
committer | bje <bje> | 1998-07-10 12:44:47 +0000 |
commit | 1ba1c865a2817d33f9853f4e22a6114f757175a0 (patch) | |
tree | ec2658d0108487ee0afc5eab099dfb111c7bb4ea /pthread.h | |
parent | 15096afe88e332d56db0677443b9d14145a66ff3 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |