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 fd39879d2..7c9f660af 100644 --- a/otherlibs/unix/geteuid.c +++ b/otherlibs/unix/geteuid.c @@ -16,7 +16,7 @@ #include <mlvalues.h> #include "unixsupport.h" -CAMLprim value unix_geteuid(void) +CAMLprim value unix_geteuid(value unit) { return Val_int(geteuid()); } |