zig/lib/std/os
Joran Dirk Greef 4bc1b7a7ac Fix io_uring_sqe to use the names of the first member of each union
Now we're really future-proof... no more `opflags` creeping in.

When anonymous unions land, we can start using `accept_flags` etc.

Until then, code using this struct won't break when the kernel adds features.

Refs: https://github.com/ziglang/zig/issues/6349
Refs: https://github.com/ziglang/zig/issues/985
2020-09-19 18:50:24 +02:00
..
bits Fix io_uring_sqe to use the names of the first member of each union 2020-09-19 18:50:24 +02:00
linux Fix io_uring_sqe to use the names of the first member of each union 2020-09-19 18:50:24 +02:00
uefi fix SimpleTextInputProtocol 2020-08-29 20:24:59 +03:00
windows Merge pull request #6246 from Vexu/field 2020-09-05 13:58:02 +03:00
bits.zig add license header to all std lib files 2020-08-20 16:07:04 -04: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 Move to std/os/linux 2020-09-19 16:18:04 +02:00
netbsd.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
test.zig Split the sync tests into sync and fsync 2020-09-03 09:52:26 +00:00
uefi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
wasi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
windows.zig handle lack of privilege to create symbolic links on windows 2020-08-30 06:52:53 +02:00