diff options
author | rpj <rpj> | 2002-02-20 06:01:24 +0000 |
---|---|---|
committer | rpj <rpj> | 2002-02-20 06:01:24 +0000 |
commit | 0bd90e988f305e0d8e2e3ce6a844c204c4c7c436 (patch) | |
tree | ffcabafc35e4f9dec9c8aeeaf6fa775c01f0959b /pthread_cond_init.c | |
parent | 9c3a441d6cfacb1ba2a728e63b887a8128338750 (diff) |
implement.h: Refine use of _LPLONG and _LONG.
pthread_cond_init.c: Whitespace.
Diffstat (limited to 'pthread_cond_init.c')
-rw-r--r-- | pthread_cond_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |