summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
authorrpj <rpj>2005-05-27 07:23:59 +0000
committerrpj <rpj>2005-05-27 07:23:59 +0000
commitce73fb344fb6c075465c5989cafdf8b26cc57a7e (patch)
tree37a54200e7d1c603e046c4d606372fb1d91a51a2 /implement.h
parent58de21f1e7cde4c32bfd03b545ac3ede6b6a8e38 (diff)
''
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h6
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 {