mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
std.os.linux: Fix definition of tc_lflag_t on MIPS
Regressed in #21000.
This commit is contained in:
parent
7a41e2f40b
commit
9ef16b36ce
1 changed files with 1 additions and 1 deletions
|
|
@ -6573,7 +6573,7 @@ pub const tc_lflag_t = if (is_mips) packed struct(tcflag_t) {
|
|||
PENDIN: bool = false,
|
||||
TOSTOP: bool = false,
|
||||
EXTPROC: bool = false,
|
||||
_17: u16 = 0,
|
||||
_17: u15 = 0,
|
||||
} else if (is_ppc) packed struct(tcflag_t) {
|
||||
ECHOKE: bool = false,
|
||||
ECHOE: bool = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue