summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/setsid.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/setsid.c')
-rw-r--r--otherlibs/unix/setsid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/setsid.c b/otherlibs/unix/setsid.c
index c75893ac3..3c2bbaedd 100644
--- a/otherlibs/unix/setsid.c
+++ b/otherlibs/unix/setsid.c
@@ -18,7 +18,7 @@
#include <unistd.h>
#endif
-value unix_setsid(value unit) /* ML */
+CAMLprim value unix_setsid(value unit)
{
#ifdef HAS_SETSID
return Val_int(setsid());