zig/lib/std/os/bits/linux
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
..
arm-eabi.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
arm64.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
errno-generic.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
errno-mips.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
i386.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
mips.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
netlink.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
powerpc64.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
prctl.zig std: add prctl definition for linux 2020-09-11 22:32:22 +02:00
riscv64.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
securebits.zig std: add securebits definitions for linux 2020-09-11 22:32:23 +02:00
sparc64.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
x86_64.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00