mirror of
https://github.com/ziglang/zig.git
synced 2024-11-16 17:15:37 +00:00
2264fca03e
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. |
||
---|---|---|
.. | ||
linux | ||
uefi | ||
windows | ||
linux.zig | ||
test.zig | ||
uefi.zig | ||
wasi.zig | ||
windows.zig |