summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/condwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/condwait.c')
-rw-r--r--cpukit/posix/src/condwait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/condwait.c b/cpukit/posix/src/condwait.c
index 79ecc2eee5..034b9140e4 100644
--- a/cpukit/posix/src/condwait.c
+++ b/cpukit/posix/src/condwait.c
@@ -39,7 +39,7 @@ int pthread_cond_wait(
return _POSIX_Condition_variables_Wait_support(
cond,
mutex,
- THREAD_QUEUE_WAIT_FOREVER,
+ WATCHDOG_NO_TIMEOUT,
false
);
}