Skip to content

Commit 43ed4dd

Browse files
James Tuckerraggi
authored andcommitted
fuchsia: mxio was renamed to fdio
1 parent ba1d2f1 commit 43ed4dd

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)