mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: clarify that we still use FD_CLOEXEC [ci skip]
[Misc #14907] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3bd2d01f96
commit
30ad342975
1 changed files with 2 additions and 1 deletions
3
NEWS
3
NEWS
|
|
@ -104,7 +104,8 @@ with all sufficient information, see the ChangeLog file or Redmine
|
||||||
|
|
||||||
* incompatible changes:
|
* incompatible changes:
|
||||||
* system() and exec() do not close non-standard file descriptors
|
* system() and exec() do not close non-standard file descriptors
|
||||||
(The default of :close_others option is changed to false by default.)
|
(The default of :close_others option is changed to false by default.
|
||||||
|
but we still set the FD_CLOEXEC flag on descriptors we create)
|
||||||
[Misc #14907]
|
[Misc #14907]
|
||||||
|
|
||||||
* KeyError
|
* KeyError
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue