Revert PR: 1322

This commit is contained in:
gnzlbg 2019-05-02 18:32:52 +02:00
parent 11f30a8837
commit 20dc89c36e

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::*;