diff options
Diffstat (limited to 'otherlibs/unix/envir.c')
-rw-r--r-- | otherlibs/unix/envir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/envir.c b/otherlibs/unix/envir.c index d17aaa410..1df842c59 100644 --- a/otherlibs/unix/envir.c +++ b/otherlibs/unix/envir.c @@ -20,7 +20,7 @@ extern char ** environ; #endif -CAMLprim value unix_environment(void) +CAMLprim value unix_environment(value unit) { return copy_string_array((const char**)environ); } |