| author | |
| committer | |
| log | a9be62f0858749ae479d05167392c7cf965da3ce |
| tree | f0a67f4480a8fa6325c4a4fb8ba5394a8d40cbd5 |
| parent | 4ebcf64864eeec6c2086826242f53eedc69275ad |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/bits/linux.zig+1-1| ... | ... | @@ -524,7 +524,7 @@ pub const TIOCSPGRP = 0x5410; |
| 524 | 524 | pub const TIOCOUTQ = if (is_mips) 0x7472 else 0x5411; |
| 525 | 525 | pub const TIOCSTI = 0x5412; |
| 526 | 526 | pub const TIOCGWINSZ = if (is_mips) 0x40087468 else 0x5413; |
| 527 | pub const TIOCSWINSZ = if (is_mips) 0x40087467 else 0x5414; | |
| 527 | pub const TIOCSWINSZ = if (is_mips) 0x80087467 else 0x5414; | |
| 528 | 528 | pub const TIOCMGET = 0x5415; |
| 529 | 529 | pub const TIOCMBIS = 0x5416; |
| 530 | 530 | pub const TIOCMBIC = 0x5417; |