From 09c87564c83da4144fa941974ceafc52390812b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 4 Jun 2026 14:54:56 +0200 Subject: [PATCH] std.os: no longer require libc for sh(eb)-linux --- lib/std/os.zig | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/std/os.zig b/lib/std/os.zig index 1494af81e8515f1abb4735245a10e0210145589b..734941c88f27cdf27b841133a176b919733776c1 100644 --- a/lib/std/os.zig +++ b/lib/std/os.zig @@ -18,9 +18,6 @@ pub fn targetRequiresLibC(target: *const std.Target) bool { // https://codeberg.org/ziglang/zig/issues/30943 .hppa, .hppa64, - // https://codeberg.org/ziglang/zig/issues/30946 - .sh, - .sheb, => true, else => false, }, -- 2.54.0