summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/getgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/getgid.c')
-rw-r--r--otherlibs/unix/getgid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getgid.c b/otherlibs/unix/getgid.c
index debac27ee..d0ed4bff7 100644
--- a/otherlibs/unix/getgid.c
+++ b/otherlibs/unix/getgid.c
@@ -16,7 +16,7 @@
#include <mlvalues.h>
#include "unixsupport.h"
-CAMLprim value unix_getgid(void)
+CAMLprim value unix_getgid(value unit)
{
return Val_int(getgid());
}