diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2017-09-28 10:53:28 +0200 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2017-09-28 10:53:28 +0200 |
commit | 2fc99a527fbae34d6bffafcfe5a8b182eed93853 (patch) | |
tree | 5e80813fc846125127db5a90a3f909c7b5317ddb | |
parent | 6c2d9714510936d0762dc1b80aa343a7f97323da (diff) | |
download | ocaml-fix-getwd-use.tar.gz |
GPR#1086 continued: do not use getwd()fix-getwd-use
-rw-r--r-- | Changes | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -609,8 +609,10 @@ Release branch for 4.06: - GPR#1073: Remove statically allocated compare stack. (Stephen Dolan) -- GPR#1086: in Sys.getcwd, don't call getwd() if HAS_GETWD is not set - (report and first fix by Sebastian Markbåge, final fix by Xavier Leroy) +- GPR#1086: in Sys.getcwd, just fail instead of calling getwd() + if HAS_GETCWD is not set. + (Report and first fix by Sebastian Markbåge, final fix by Xavier Leroy, + review by MarK Shinwell) - GPR#1269: Remove 50ms delay at exit for programs using threads (Valentin Gatien-Baron, review by Stephen Dolan) |