summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/psignal.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/psignal.c')
-rw-r--r--c/src/exec/posix/src/psignal.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/c/src/exec/posix/src/psignal.c b/c/src/exec/posix/src/psignal.c
index fb6b410618..4682db131b 100644
--- a/c/src/exec/posix/src/psignal.c
+++ b/c/src/exec/posix/src/psignal.c
@@ -252,11 +252,7 @@ unsigned int sleep(
_Thread_Executing->Object.id,
NULL
);
- _Watchdog_Insert_seconds(
- &_Thread_Executing->Timer,
- seconds,
- WATCHDOG_ACTIVATE_NOW
- );
+ _Watchdog_Insert_seconds( &_Thread_Executing->Timer, seconds );
_Thread_Enable_dispatch();
return 0; /* XXX should account for signal */
}