Closed Sh4d1 closed 5 months ago
As per https://github.com/ziglang/zig/blob/0.13.0/lib/std/os/linux/io_uring_sqe.zig#L318 it should be a linux.kernel_timespec.
linux.kernel_timespec
@mitchellh can we get this merged ? (building with libxev is broken on zig 0.13 without it)
Yep thanks!
As per https://github.com/ziglang/zig/blob/0.13.0/lib/std/os/linux/io_uring_sqe.zig#L318 it should be a
linux.kernel_timespec
.