Skip to content

Commit 9ef16b3

Browse files
linusgandrewrk
authored andcommitted
std.os.linux: Fix definition of tc_lflag_t on MIPS
Regressed in #21000.
1 parent 7a41e2f commit 9ef16b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/os/linux.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -6573,7 +6573,7 @@ pub const tc_lflag_t = if (is_mips) packed struct(tcflag_t) {
65736573
PENDIN: bool = false,
65746574
TOSTOP: bool = false,
65756575
EXTPROC: bool = false,
6576-
_17: u16 = 0,
6576+
_17: u15 = 0,
65776577
} else if (is_ppc) packed struct(tcflag_t) {
65786578
ECHOKE: bool = false,
65796579
ECHOE: bool = false,

0 commit comments

Comments
 (0)