zig/lib/std/os
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
..
bits std: Split kernel&libc definitions of stat struct 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
uefi Update zig files for opaque type syntax 2020-10-06 22:08:25 -06:00
windows std: Add basic smoke test for net functionality 2020-10-27 21:52:47 +01:00
bits.zig Merge branch 'master' into openbsd-minimal 2020-10-17 17:38:23 +02:00
darwin.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
dragonfly.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
freebsd.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
linux.zig std: Split kernel&libc definitions of stat struct 2020-11-05 09:38:50 +01:00
netbsd.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
openbsd.zig add minimal openbsd support 2020-10-11 08:23:36 +00:00
test.zig std: add {set,get}rlimit bits and improve test 2020-11-01 15:47:46 -05:00
uefi.zig Update zig files for opaque type syntax 2020-10-06 22:08:25 -06:00
wasi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
windows.zig Merge branch 'improve-windows-networking' 2020-10-22 16:59:15 -07:00