| ... | @@ -5898,7 +5898,7 @@ pub fn futexWake(ptr: *const std.atomic.Value(u32), max_waiters: u32) void { | ... | @@ -5898,7 +5898,7 @@ pub fn futexWake(ptr: *const std.atomic.Value(u32), max_waiters: u32) void { |
| 5898 | /// It can also block threads until the value is set with cancelation via timed | 5898 | /// It can also block threads until the value is set with cancelation via timed |
| 5899 | /// waits. Statically initializable; four bytes on all targets. | 5899 | /// waits. Statically initializable; four bytes on all targets. |
| 5900 | pub const ResetEvent = switch (native_os) { | 5900 | pub const ResetEvent = switch (native_os) { |
| 5901 | .netbsd => ResetEventPosix, | 5901 | .illumos, .netbsd => ResetEventPosix, |
| 5902 | else => ResetEventFutex, | 5902 | else => ResetEventFutex, |
| 5903 | }; | 5903 | }; |
| 5904 | | 5904 | |