| author | |
| committer | |
| log | b0ef8d3610ab18eb499eb351e302ecc3ab5aea78 |
| tree | 5b95e0d5176ee8a67ccdc89ce3aaef9709b53657 |
| parent | fa684bf42ff8b4df31096db3924873cf9433499d |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Io/Threaded.zig+1-1| ... | @@ -2005,7 +2005,7 @@ const have_waitid = switch (native_os) { | ... | @@ -2005,7 +2005,7 @@ const have_waitid = switch (native_os) { |
| 2005 | 2005 | ||
| 2006 | const have_wait4 = switch (native_os) { | 2006 | const have_wait4 = switch (native_os) { |
| 2007 | .linux => @hasField(std.os.linux.SYS, "wait4"), | 2007 | .linux => @hasField(std.os.linux.SYS, "wait4"), |
| 2008 | .dragonfly, .freebsd, .netbsd, .openbsd, .illumos, .serenity, .driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => true, | 2008 | .dragonfly, .freebsd, .netbsd, .openbsd, .illumos, .driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => true, |
| 2009 | else => false, | 2009 | else => false, |
| 2010 | }; | 2010 | }; |
| 2011 | 2011 |