From 172a09e540d1715213a4c49284817d67ef4037f8 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Wed, 17 Jun 2026 18:22:40 +0200 Subject: [PATCH] Fix link on Fuchsia Fuchsia requires `__errno_location` as well. This change adds the missing constant. --- src/unix.rs | 1 + 1 file changed, 1 insertion(+) 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" )]