]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #34946 - alexcrichton:fix-cfg, r=brson
authorbors <bors@rust-lang.org>
Thu, 28 Jul 2016 01:58:04 +0000 (18:58 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Jul 2016 01:58:04 +0000 (18:58 -0700)
std: Fix usage of SOCK_CLOEXEC

This code path was intended to only get executed on Linux, but unfortunately the
`cfg!` was malformed so it actually never got executed.


Trivial merge