We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517e86d commit 6d24c4bCopy full SHA for 6d24c4b
src/unix/mod.rs
@@ -231,7 +231,6 @@ cfg_if! {
231
} else if #[cfg(target_os = "fuchsia")] {
232
#[link(name = "c")]
233
#[link(name = "mxio")]
234
- #[link(name = "unwind")]
235
extern {}
236
} else {
237
src/unix/notbsd/mod.rs
@@ -53,7 +53,9 @@ s! {
53
pub ai_protocol: ::c_int,
54
pub ai_addrlen: socklen_t,
55
56
- #[cfg(any(target_os = "linux", target_os = "emscripten", target_os = "fuchsia"))]
+ #[cfg(any(target_os = "linux",
57
+ target_os = "emscripten",
58
+ target_os = "fuchsia"))]
59
pub ai_addr: *mut ::sockaddr,
60
61
pub ai_canonname: *mut c_char,
0 commit comments