zig/lib/std/c
Andrew Kelley a280ff2767 std.os.termios: add type safety to lflag field
This creates `tc_cflag_t` even though such a type is not defined by
libc.

I also collected the missing flag bits from all the operating systems.
2024-02-12 21:21:45 -07:00
..
darwin darwin: update mcontext_t definition for aarch64 to add neon state 2023-07-20 22:58:14 -04:00
darwin.zig std.os.termios: add type safety to lflag field 2024-02-12 21:21:45 -07:00
dragonfly.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
emscripten.zig std.os.termios: consolidate and correct 2024-02-12 16:21:21 -07:00
freebsd.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
haiku.zig std.os.termios: consolidate and correct 2024-02-12 16:21:21 -07:00
linux.zig std.os.termios: consolidate and correct 2024-02-12 16:21:21 -07:00
netbsd.zig std.os.termios: add type safety to cflag field 2024-02-12 18:24:07 -07:00
openbsd.zig std.os.termios: add type safety to cflag field 2024-02-12 18:24:07 -07:00
solaris.zig std.os.termios: consolidate and correct 2024-02-12 16:21:21 -07:00
wasi.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00
windows.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00