diff options
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; |