mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
I incorrectly assumed that __kernel_timespec was used when not linking libc, however that is not the case. `std.os.timespec` is used both for libc and non-libc cases. `__kernel_timespec` is a special struct that is used only for io_uring.