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 {
1818 // https://codeberg.org/ziglang/zig/issues/30943
1919 .hppa,
2020 .hppa64,
21 // https://codeberg.org/ziglang/zig/issues/30946
22 .sh,
23 .sheb,
2421 => true,
2522 else => false,
2623 },