diff options
author | rpj <rpj> | 2005-05-27 07:23:59 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-05-27 07:23:59 +0000 |
commit | ce73fb344fb6c075465c5989cafdf8b26cc57a7e (patch) | |
tree | 37a54200e7d1c603e046c4d606372fb1d91a51a2 /implement.h | |
parent | 58de21f1e7cde4c32bfd03b545ac3ede6b6a8e38 (diff) |
''
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/implement.h b/implement.h index eeb7c88..670d948 100644 --- a/implement.h +++ b/implement.h @@ -325,9 +325,9 @@ struct pthread_rwlockattr_t_ }; enum ptw32_once_state { - PTW32_ONCE_CLEAR = 0x0, - PTW32_ONCE_DONE = 0x1, - PTW32_ONCE_CANCELLED = 0x2 + PTW32_ONCE_INIT = 0x0, + PTW32_ONCE_STARTED = 0x1, + PTW32_ONCE_DONE = 0x2 }; typedef struct { |