summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/alarm.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/alarm.c')
-rw-r--r--otherlibs/unix/alarm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/otherlibs/unix/alarm.c b/otherlibs/unix/alarm.c
index 6eb6ebe81..55e4d6cf8 100644
--- a/otherlibs/unix/alarm.c
+++ b/otherlibs/unix/alarm.c
@@ -16,8 +16,7 @@
#include <mlvalues.h>
#include "unixsupport.h"
-CAMLprim value unix_alarm(t)
- value t;
+CAMLprim value unix_alarm(value t)
{
return Val_int(alarm((unsigned int) Long_val(t)));
}