mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
std.os.linux: Fix definition of tc_lflag_t on MIPS
Regressed in #21000.
This commit is contained in:
parent
7a41e2f40b
commit
9ef16b36ce
@ -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…
x
Reference in New Issue
Block a user