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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/posix/src/condwait.c b/cpukit/posix/src/condwait.c
index 22004f8dbd..9a88287d0d 100644
--- a/cpukit/posix/src/condwait.c
+++ b/cpukit/posix/src/condwait.c
@@ -32,7 +32,6 @@ int pthread_cond_wait(
return _POSIX_Condition_variables_Wait_support(
cond,
mutex,
- WATCHDOG_NO_TIMEOUT,
- false
+ NULL
);
}