Skip to content

Commit

Permalink
Auto merge of #1331 - gnzlbg:revert_1322, r=alexcrichton
Browse files Browse the repository at this point in the history
Revert PR 1322

Reverts PR #1322 .

cc rust-lang/rust#60117
  • Loading branch information
bors committed May 2, 2019
2 parents 11f30a8 + 3231740 commit 39ca01c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
7 changes: 2 additions & 5 deletions src/redox/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::*;
Expand Down

0 comments on commit 39ca01c

Please sign in to comment.