diff options
author | rpj <rpj> | 2005-06-03 14:49:22 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-06-03 14:49:22 +0000 |
commit | 78ecbc3c3e1a08a9e8fd35983dc0b22c8e2d116e (patch) | |
tree | e18be25bc17b255feac77ae2ff0e26571b3b8674 /pthread.h | |
parent | 15f1b0bc1f4feeca60ca1dda769928822d6c032a (diff) |
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 */ }; |