Skip to content

Commit 9dccabd

Browse files
committed
Auto merge of rust-lang#771 - raggi:fuchsia-zircon, r=alexcrichton
fuchsia: mxio was renamed to fdio As a side effect of the rename of the Magenta kernel to Zircon, the mxio library was renamed to fdio, and the linker directive needs to be updated.
2 parents ba1d2f1 + 43ed4dd commit 9dccabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ cfg_if! {
264264
extern {}
265265
} else if #[cfg(target_os = "fuchsia")] {
266266
#[link(name = "c")]
267-
#[link(name = "mxio")]
267+
#[link(name = "fdio")]
268268
extern {}
269269
} else if #[cfg(target_env = "newlib")] {
270270
#[link(name = "c")]

0 commit comments

Comments
 (0)