mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 18:51:44 +03:00
std.Io.Threaded: serenity does not have wait4
This commit is contained in:
committed by
Alex Rønne Petersen
parent
e2d0ed235e
commit
ac9bbe4b37
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user