diff options
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ }; |