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 24e57ce4d..a45ecc00c 100644 --- a/otherlibs/unix/envir.c +++ b/otherlibs/unix/envir.c @@ -16,7 +16,7 @@ extern char ** environ; -value unix_environment() +value unix_environment(void) { return copy_string_array(environ); } |