zig/lib/std/os/linux
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
..
bpf std, compiler-rt: remove test names where applicable 2021-09-01 17:54:06 -07:00
errno std.os reorganization, avoiding usingnamespace 2021-09-01 17:54:06 -07:00
arm-eabi.zig fix regression on linux with kernel_timespec 2021-09-01 17:54:07 -07:00
arm64.zig fix regression on linux with kernel_timespec 2021-09-01 17:54:07 -07:00
bpf.zig std, compiler-rt: remove test names where applicable 2021-09-01 17:54:06 -07:00
i386.zig fix regression on linux with kernel_timespec 2021-09-01 17:54:07 -07:00
io_uring.zig fix regression on linux with kernel_timespec 2021-09-01 17:54:07 -07:00
mips.zig fix regression on linux with kernel_timespec 2021-09-01 17:54:07 -07:00
powerpc.zig fix regression on linux with kernel_timespec 2021-09-01 17:54:07 -07:00
powerpc64.zig fix regression on linux with kernel_timespec 2021-09-01 17:54:07 -07:00
riscv64.zig fix regression on linux with kernel_timespec 2021-09-01 17:54:07 -07:00
sparc64.zig fix regression on linux with kernel_timespec 2021-09-01 17:54:07 -07:00
start_pie.zig zig fmt: respect trailing commas in inline assembly 2021-08-29 11:57:32 +02:00
test.zig std.os: more reorganization efforts 2021-09-01 17:54:06 -07:00
thumb.zig std: reorganization that allows new usingnamespace semantics 2021-09-01 17:54:06 -07:00
tls.zig std.os reorganization, avoiding usingnamespace 2021-09-01 17:54:06 -07:00
vdso.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
x86_64.zig fix regression on linux with kernel_timespec 2021-09-01 17:54:07 -07:00