std.os.linux: Fix definition of tc_lflag_t on MIPS

Regressed in #21000.
This commit is contained in:
Linus Groh 2024-08-11 22:03:46 +01:00 committed by Andrew Kelley
parent 7a41e2f40b
commit 9ef16b36ce

View File

@ -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,