From 67d224af9e8d4cf07cf6c2bb3197b3dd7a90f2e7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 8 Dec 1995 21:06:15 +0000 Subject: added correct use of _Thread_queue_Enter_critical_section --- c/src/exec/posix/src/cond.c | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/exec/posix') diff --git a/c/src/exec/posix/src/cond.c b/c/src/exec/posix/src/cond.c index ed151d8c1d..e20cfe5359 100644 --- a/c/src/exec/posix/src/cond.c +++ b/c/src/exec/posix/src/cond.c @@ -350,6 +350,7 @@ int _POSIX_Condition_variables_Wait_support( the_cond->Mutex = *mutex; +/* XXX .. enter critical section .. */ _Thread_queue_Enqueue( &the_cond->Wait_queue, 0 ); _Thread_Enable_dispatch(); -- cgit v1.2.3