zig/lib/std/os/bits
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
..
linux std: add securebits definitions for linux 2020-09-11 22:32:23 +02:00
darwin.zig std: fix linux uid_t, use uid_t/gid_t in std.os 2020-09-03 15:08:37 +02:00
dragonfly.zig std: fix linux uid_t, use uid_t/gid_t in std.os 2020-09-03 15:08:37 +02:00
freebsd.zig std: fix linux uid_t, use uid_t/gid_t in std.os 2020-09-03 15:08:37 +02:00
linux.zig Fix io_uring_sqe to use the names of the first member of each union 2020-09-19 18:50:24 +02:00
netbsd.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 add license header to all std lib files 2020-08-20 16:07:04 -04:00