diff options
Diffstat (limited to 'otherlibs/unix/envir.c')
-rw-r--r-- | otherlibs/unix/envir.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/otherlibs/unix/envir.c b/otherlibs/unix/envir.c deleted file mode 100644 index a9489fe87f..0000000000 --- a/otherlibs/unix/envir.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <mlvalues.h> -#include <alloc.h> - -extern char ** environ; - -value unix_environment() -{ - return copy_string_array(environ); -} |