Revert PR: 1322
This commit is contained in:
parent
11f30a8837
commit
20dc89c36e
@ -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::*;
|
||||
|
Loading…
Reference in New Issue
Block a user