zig/lib/std/os
Andrew Kelley 2264fca03e fix regression on linux with kernel_timespec
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.
2021-09-01 17:54:07 -07:00
..
linux fix regression on linux with kernel_timespec 2021-09-01 17:54:07 -07:00
uefi remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
windows std: reorganization that allows new usingnamespace semantics 2021-09-01 17:54:06 -07:00
linux.zig fix regression on linux with kernel_timespec 2021-09-01 17:54:07 -07:00
test.zig std.os reorg: regression fixes to stack_t, and std.Thread 2021-09-01 17:54:07 -07:00
uefi.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
wasi.zig std.os fixes to get the test suite passing again 2021-09-01 17:54:07 -07:00
windows.zig std: fix regressions from this branch 2021-09-01 17:54:07 -07:00