Skip to content

Commit

Permalink
fuchsia: mxio was renamed to fdio
Browse files Browse the repository at this point in the history
  • Loading branch information
James Tucker authored and raggi committed Sep 19, 2017
1 parent ba1d2f1 commit 43ed4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ cfg_if! {
extern {}
} else if #[cfg(target_os = "fuchsia")] {
#[link(name = "c")]
#[link(name = "mxio")]
#[link(name = "fdio")]
extern {}
} else if #[cfg(target_env = "newlib")] {
#[link(name = "c")]
Expand Down

0 comments on commit 43ed4dd

Please sign in to comment.