diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2003-12-16 18:09:44 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2003-12-16 18:09:44 +0000 |
commit | aa46693dc5810998b2668c31a8649c31f0f2e49c (patch) | |
tree | e9548200a8d76ee9d3d1dbe0a776aa5b32d01f4c /otherlibs/unix/unix.ml | |
parent | a90b6e9d1279612493dec0a50185bcdc8392807c (diff) |
depollution (PR#1914, PR#1956)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6023 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/unix/unix.ml')
-rw-r--r-- | otherlibs/unix/unix.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/unix.ml b/otherlibs/unix/unix.ml index daa24e61e..f476d8287 100644 --- a/otherlibs/unix/unix.ml +++ b/otherlibs/unix/unix.ml @@ -109,7 +109,7 @@ let handle_unix_error f arg = exit 2 external environment : unit -> string array = "unix_environment" -external getenv: string -> string = "sys_getenv" +external getenv: string -> string = "caml_sys_getenv" external putenv: string -> string -> unit = "unix_putenv" type process_status = |