From 15f1b0bc1f4feeca60ca1dda769928822d6c032a Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 3 Jun 2005 08:32:43 +0000 Subject: '' --- pthread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index 1497c38..f901459 100644 --- a/pthread.h +++ b/pthread.h @@ -656,8 +656,8 @@ enum { struct pthread_once_t_ { - volatile int done; /* indicates if user function has been executed or cancelled */ - int started; + void * lock; + int done; /* indicates if user function has been executed or cancelled */ }; -- cgit v1.2.3