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 0417665a2..780a8d8ec 100644 --- a/otherlibs/unix/getuid.c +++ b/otherlibs/unix/getuid.c @@ -16,7 +16,7 @@ #include <mlvalues.h> #include "unixsupport.h" -CAMLprim value unix_getuid(void) +CAMLprim value unix_getuid(value unit) { return Val_int(getuid()); } |