]> git.lizzy.rs Git - rust.git/commit
Auto merge of #24034 - alexcrichton:cloexec, r=aturon
authorbors <bors@rust-lang.org>
Fri, 10 Apr 2015 12:42:46 +0000 (12:42 +0000)
committerbors <bors@rust-lang.org>
Fri, 10 Apr 2015 12:42:46 +0000 (12:42 +0000)
commit9539627ac76ca37d617a329dbd79c50c59cf59ee
tree56ee8a716909e505bf222745b656aa4888977441
parente4f9ddb878992a9a4edd2667423c29b129ce4301
parenteadc3bcd676277d72c211bde6c20f7036339fd84
Auto merge of #24034 - alexcrichton:cloexec, r=aturon

The commit messages have more details as to what's going on, but this is a breaking change for any libraries which expect file descriptors to be inherited by default.

Closes #12148