]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #27980 - tbu-:pr_cloexec_dup, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 31 Aug 2015 07:24:39 +0000 (07:24 +0000)
committerbors <bors@rust-lang.org>
Mon, 31 Aug 2015 07:24:39 +0000 (07:24 +0000)
Still needs values of F_DUPFD_CLOEXEC on other OSs.

For Bitrig, NetBSD and OpenBSD the constant was incorrectly in posix01, when
it's actually posix08. In order to maintain backwards-compatiblity, the
constant was only copied, not moved.

cc #24237


Trivial merge