authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-04 14:54:56+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-04 17:05:00+02:00
log09c87564c83da4144fa941974ceafc52390812b9
tree35e08dd0352b3acbbf7ba7fa8eaa91b037592031
parent17a55fdd3a55db65c4b761da4eb918b72cf9f302
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.os: no longer require libc for sh(eb)-linux


1 files changed, 0 insertions(+), 3 deletions(-)

lib/std/os.zig-3
...@@ -18,9 +18,6 @@ pub fn targetRequiresLibC(target: *const std.Target) bool {...@@ -18,9 +18,6 @@ pub fn targetRequiresLibC(target: *const std.Target) bool {
18 // https://codeberg.org/ziglang/zig/issues/3094318 // https://codeberg.org/ziglang/zig/issues/30943
19 .hppa,19 .hppa,
20 .hppa64,20 .hppa64,
21 // https://codeberg.org/ziglang/zig/issues/30946
22 .sh,
23 .sheb,
24 => true,21 => true,
25 else => false,22 else => false,
26 },23 },