From 879bb0613c03b10bdf91aa862c2463b7f9f99087 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 2 Sep 2003 16:15:05 +0000 Subject: Added cancelation of/from non-POSIX threads; minor fixes; minor changes. --- pthread_once.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_once.c') diff --git a/pthread_once.c b/pthread_once.c index 9446863..b698d68 100644 --- a/pthread_once.c +++ b/pthread_once.c @@ -97,7 +97,7 @@ pthread_once ( * First thread to increment the started variable */ (*init_routine) (); - once_control->done = TRUE; + once_control->done = PTW32_TRUE; } else -- cgit v1.2.3