diff --git a/lib/std/Io/Threaded.zig b/lib/std/Io/Threaded.zig index f004a56ca91155cca0ae69dfdf4575678f81979c..aa0ff45a60e287dab03a1ce20d3a9d142f216d55 100644 --- a/lib/std/Io/Threaded.zig +++ b/lib/std/Io/Threaded.zig @@ -2009,7 +2009,7 @@ const have_waitid = switch (native_os) { const have_wait4 = switch (native_os) { .linux => @hasField(std.os.linux.SYS, "wait4"), - .dragonfly, .freebsd, .netbsd, .openbsd, .illumos, .serenity, .driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => true, + .dragonfly, .freebsd, .netbsd, .openbsd, .illumos, .driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => true, else => false, };