From ce73fb344fb6c075465c5989cafdf8b26cc57a7e Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 27 May 2005 07:23:59 +0000 Subject: '' --- implement.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'implement.h') 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 { -- cgit v1.2.3