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