diff options
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 */ |