diff options
Diffstat (limited to 'otherlibs/unix/getegid.c')
-rw-r--r-- | otherlibs/unix/getegid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getegid.c b/otherlibs/unix/getegid.c index e9900fb69..02beaf124 100644 --- a/otherlibs/unix/getegid.c +++ b/otherlibs/unix/getegid.c @@ -16,7 +16,7 @@ #include <mlvalues.h> #include "unixsupport.h" -CAMLprim value unix_getegid(void) +CAMLprim value unix_getegid(value unit) { return Val_int(getegid()); } |