summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread.h b/pthread.h
index f901459..ac3dab0 100644
--- a/pthread.h
+++ b/pthread.h
@@ -657,7 +657,7 @@ enum {
struct pthread_once_t_
{
void * lock;
- int done; /* indicates if user function has been executed or cancelled */
+ int init; /* indicates if user function needs executing */
};