diff options
Diffstat (limited to 'otherlibs/unix/getgid.c')
-rw-r--r-- | otherlibs/unix/getgid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getgid.c b/otherlibs/unix/getgid.c index 5cc3899f1..8b23a59c4 100644 --- a/otherlibs/unix/getgid.c +++ b/otherlibs/unix/getgid.c @@ -14,7 +14,7 @@ #include <mlvalues.h> #include "unixsupport.h" -value unix_getgid() /* ML */ +value unix_getgid(void) /* ML */ { return Val_int(getgid()); } |