summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/getegid.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/getegid.c')
-rw-r--r--otherlibs/unix/getegid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getegid.c b/otherlibs/unix/getegid.c
index 43f38d04d..19c4125cf 100644
--- a/otherlibs/unix/getegid.c
+++ b/otherlibs/unix/getegid.c
@@ -14,7 +14,7 @@
#include <mlvalues.h>
#include "unixsupport.h"
-value unix_getegid() /* ML */
+value unix_getegid(void) /* ML */
{
return Val_int(getegid());
}