From 47b26c16c9560324e5073b2c92a60ebdd2a3293b Mon Sep 17 00:00:00 2001 From: no92 Date: Sat, 29 Mar 2025 12:32:14 +0100 Subject: [PATCH] Add mlibc support --- src/unix.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unix.rs b/src/unix.rs index 10d2f05..b1e2136 100644 --- a/src/unix.rs +++ b/src/unix.rs @@ -96,6 +96,7 @@ extern "C" { target_os = "dragonfly", target_os = "emscripten", target_os = "fuchsia", + target_env = "mlibc", ), link_name = "__errno_location" )]