summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/setgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/setgid.c')
-rw-r--r--otherlibs/unix/setgid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/setgid.c b/otherlibs/unix/setgid.c
index f37b57629..c481594b4 100644
--- a/otherlibs/unix/setgid.c
+++ b/otherlibs/unix/setgid.c
@@ -15,7 +15,7 @@
#include <mlvalues.h>
#include "unixsupport.h"
-value unix_setgid(value gid) /* ML */
+CAMLprim value unix_setgid(value gid)
{
if (setgid(Int_val(gid)) == -1) uerror("setgid", Nothing);
return Val_unit;