]> git.lizzy.rs Git - rust.git/commit
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)
commit05cc464d90f0189b776859c56c87db2e99cdbd87
tree5251918c3469fd0b0a6ec4077d2d7f7565e24833
parent811868ec6fcde0a2e43025542e8fd87e74f64d0b
parent1f81ef4d0f2547cacc316b01ad03603ad772e38e
Auto merge of #27980 - tbu-:pr_cloexec_dup, r=alexcrichton

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