summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/futex.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/futex.c')
-rw-r--r--cpukit/score/src/futex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/score/src/futex.c b/cpukit/score/src/futex.c
index d7945d12ee..980c7fbccc 100644
--- a/cpukit/score/src/futex.c
+++ b/cpukit/score/src/futex.c
@@ -90,8 +90,7 @@ int _Futex_Wait( struct _Futex_Control *_futex, int *uaddr, int val )
FUTEX_TQ_OPERATIONS,
executing,
STATES_WAITING_FOR_SYS_LOCK_FUTEX,
- 0,
- 0,
+ WATCHDOG_NO_TIMEOUT,
&lock_context
);
eno = 0;