From 0bd90e988f305e0d8e2e3ce6a844c204c4c7c436 Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 20 Feb 2002 06:01:24 +0000 Subject: implement.h: Refine use of _LPLONG and _LONG. pthread_cond_init.c: Whitespace. --- pthread_cond_init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pthread_cond_init.c') diff --git a/pthread_cond_init.c b/pthread_cond_init.c index 446fcc1..b479e88 100644 --- a/pthread_cond_init.c +++ b/pthread_cond_init.c @@ -157,6 +157,7 @@ DONE: LeaveCriticalSection(&ptw32_cond_list_lock); } + *cond = cv; return result; -- cgit v1.2.3