| ... | ... | @@ -2868,7 +2868,7 @@ fn batchAwaitConcurrent(userdata: ?*anyopaque, b: *Io.Batch, timeout: Io.Timeout |
| 2868 | 2868 | break :t @min(@max(0, duration.raw.toMilliseconds()), std.math.maxInt(i32)); |
| 2869 | 2869 | }; |
| 2870 | 2870 | const syscall = try Syscall.start(); |
| 2871 | | const rc = posix.system.poll(&poll_buffer, poll_storage.len, timeout_ms); |
| 2871 | const rc = posix.system.poll(poll_storage.slice.ptr, poll_storage.len, timeout_ms); |
| 2872 | 2872 | syscall.finish(); |
| 2873 | 2873 | switch (posix.errno(rc)) { |
| 2874 | 2874 | .SUCCESS => { |