diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-29 03:32:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-05 15:53:29 +0300 |
commit | c61d6e14c08fec7658dbdc33c16b5feeece08fbf (patch) | |
tree | f090dbd27fadabebf0d685ad6bd3f9a899b18fa7 /butl/fdstream.cxx | |
parent | 0e8c95a08f87922575c9f400399258dba54df1ca (diff) |
Add process_exit
Diffstat (limited to 'butl/fdstream.cxx')
-rw-r--r-- | butl/fdstream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/fdstream.cxx b/butl/fdstream.cxx index 6ebfaf2..8ca2422 100644 --- a/butl/fdstream.cxx +++ b/butl/fdstream.cxx @@ -685,7 +685,7 @@ namespace butl of |= mode (fdopen_mode::binary) ? _O_BINARY : _O_TEXT; // According to Microsoft _sopen() should not change the permissions of an - // existing file. Meanwhile it does if we pass them (reproduced on Windows + // existing file. However it does if we pass them (reproduced on Windows // XP, 7, and 8). And we must pass them if we have _O_CREATE. So we need // to take care of preserving the permissions ourselves. Note that Wine's // implementation of _sopen() works properly. |