From 21a6ce96d18908790e6e7f5144dd6c4b64d4204f Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 19 Nov 2004 06:39:38 +0000 Subject: Reverse change made in snapshot 2004-11-03 --- pthread_cond_wait.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pthread_cond_wait.c b/pthread_cond_wait.c index 1dd12e5..4fa980a 100644 --- a/pthread_cond_wait.c +++ b/pthread_cond_wait.c @@ -348,7 +348,6 @@ ptw32_cond_wait_cleanup (void *args) if ((result = pthread_mutex_lock (cleanup_args->mutexPtr)) != 0) { *resultPtr = result; - return; } } /* ptw32_cond_wait_cleanup */ -- cgit v1.2.3