summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/exit.c')
-rw-r--r--otherlibs/unix/exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/exit.c b/otherlibs/unix/exit.c
index 4511d4366..604e70f84 100644
--- a/otherlibs/unix/exit.c
+++ b/otherlibs/unix/exit.c
@@ -15,7 +15,7 @@
#include <mlvalues.h>
#include "unixsupport.h"
-value unix_exit(value n) /* ML */
+CAMLprim value unix_exit(value n)
{
_exit(Int_val(n));
return Val_unit; /* never reached, but suppress warnings */