summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */