authorgravatar for mail@linusgroh.deLinus Groh <mail@linusgroh.de> 2024-08-11 22:03:46+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-08-12 00:46:28-07:00
log9ef16b36cecd19c96d553f6ef6d0613be86154ba
treed45f0bf7ae11a81c4fc1727ada0f3f6819e68306
parent7a41e2f40b3bb860f6d99b16164028cc86dacecd

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

Regressed in #21000.

1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/os/linux.zig+1-1
......@@ -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,