diff --git a/src/unix.rs b/src/unix.rs index 6e93de0..10d2f05 100644 --- a/src/unix.rs +++ b/src/unix.rs @@ -95,6 +95,7 @@ extern "C" { target_os = "redox", target_os = "dragonfly", target_os = "emscripten", + target_os = "fuchsia", ), link_name = "__errno_location" )]