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