summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>2004-11-19 06:39:38 +0000
committerrpj <rpj>2004-11-19 06:39:38 +0000
commit21a6ce96d18908790e6e7f5144dd6c4b64d4204f (patch)
treea9ff82012254b202db48362b50de3b357a6836a9
parentd9cc4e4d78d432929c276bd44b0aaff86b65023e (diff)
Reverse change made in snapshot 2004-11-03
-rw-r--r--pthread_cond_wait.c1
1 files changed, 0 insertions, 1 deletions
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 */