zig/lib/std/os/bits
LemonBoy 0e95fa455c std: Split kernel&libc definitions of stat struct
There's no guarantee for the kernel definition to be ABI compatible with
the libc one (and vice versa).
There's also no guarantee of ABI compatibility between musl/glibc.

Fun, isn't it?
2020-11-05 09:38:50 +01:00
..
linux std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
darwin.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
dragonfly.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
freebsd.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
linux.zig std: Correct stack_t definition for mips 2020-11-04 15:55:06 +01:00
netbsd.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
openbsd.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
wasi.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
windows.zig std: Add basic smoke test for net functionality 2020-10-27 21:52:47 +01:00