]> git.lizzy.rs Git - rust.git/commit
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)
commitf5d79521ae1bd53d90e820e9f8c78494fb3a102d
tree94f50218af4274996f77429f4386b38367962aaf
parentf2e59cc6aa3bf901a4aefa8ad4954edddf3da29f
parent15cd5a18a656252e32e7320fde3072be7b59db18
Auto merge of #34946 - alexcrichton:fix-cfg, r=brson

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.