From 78ecbc3c3e1a08a9e8fd35983dc0b22c8e2d116e Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 3 Jun 2005 14:49:22 +0000 Subject: '' --- pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index f901459..ac3dab0 100644 --- a/pthread.h +++ b/pthread.h @@ -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 */ }; -- cgit v1.2.3