authorgravatar for mail@linusgroh.deLinus Groh <mail@linusgroh.de> 2026-04-17 17:54:36+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-17 22:43:00+02:00
logac9bbe4b37210fe1841da81168e9b377b3bb2108
treeb3e6cc2b7dda99bd5040e5d976ee28f3a9afa6f8
parente2d0ed235e76f61bced54084de90624826783aff
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.Io.Threaded: serenity does not have wait4


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

lib/std/Io/Threaded.zig+1-1
...@@ -2009,7 +2009,7 @@ const have_waitid = switch (native_os) {...@@ -2009,7 +2009,7 @@ const have_waitid = switch (native_os) {
20092009
2010const have_wait4 = switch (native_os) {2010const have_wait4 = switch (native_os) {
2011 .linux => @hasField(std.os.linux.SYS, "wait4"),2011 .linux => @hasField(std.os.linux.SYS, "wait4"),
2012 .dragonfly, .freebsd, .netbsd, .openbsd, .illumos, .serenity, .driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => true,2012 .dragonfly, .freebsd, .netbsd, .openbsd, .illumos, .driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => true,
2013 else => false,2013 else => false,
2014};2014};
20152015