diff options
Diffstat (limited to 'otherlibs/unix/sleep.c')
-rw-r--r-- | otherlibs/unix/sleep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/otherlibs/unix/sleep.c b/otherlibs/unix/sleep.c index 1f245bc9d..3ba68c2c7 100644 --- a/otherlibs/unix/sleep.c +++ b/otherlibs/unix/sleep.c @@ -15,8 +15,7 @@ #include <signals.h> #include "unixsupport.h" -value unix_sleep(t) /* ML */ - value t; +value unix_sleep(value t) /* ML */ { enter_blocking_section(); sleep(Int_val(t)); |