| author | |
| committer | |
| log | ac9bbe4b37210fe1841da81168e9b377b3bb2108 |
| tree | b3e6cc2b7dda99bd5040e5d976ee28f3a9afa6f8 |
| parent | e2d0ed235e76f61bced54084de90624826783aff |
| signature |
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) { |
| 2009 | 2009 | ||
| 2010 | const have_wait4 = switch (native_os) { | 2010 | const 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 | }; |
| 2015 | 2015 |