Auto merge of #1331 - gnzlbg:revert_1322, r=alexcrichton

Revert PR 1322

Reverts PR #1322 .

cc https://github.com/rust-lang/rust/pull/60117
This commit is contained in:
bors 2019-05-02 16:46:11 +00:00
commit 39ca01c8b3
2 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "libc"
version = "0.2.53"
version = "0.2.54"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"

View File

@ -377,11 +377,8 @@ extern {
-> ::ssize_t;
}
#[cfg_attr(feature = "rustc-dep-of-std",
link(name = "c", kind = "static",
cfg(target_feature = "crt-static")))]
#[cfg_attr(feature = "rustc-dep-of-std",
link(name = "c", cfg(not(target_feature = "crt-static"))))]
#[link(name = "c")]
#[link(name = "m")]
extern {}
pub use self::net::*;