Skip to content

Commit 88de100

Browse files
author
Sylwester Rąpała
committed
Try fix mips constants
1 parent 04c0073 commit 88de100

File tree

1 file changed

+2
-2
lines changed
  • src/unix/notbsd/linux/musl/b32

1 file changed

+2
-2
lines changed

src/unix/notbsd/linux/musl/b32/mips.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,8 @@ pub const TIOCMSET: ::c_int = 0x741A;
478478
pub const FIONREAD: ::c_int = 0x467F;
479479
pub const TIOCCONS: ::c_int = 0x80047478;
480480

481-
pub const TIOCGRS485: ::c_int = 0x542E;
482-
pub const TIOCSRS485: ::c_int = 0x542F;
481+
pub const TIOCGRS485: ::c_int = 0x4020542E;
482+
pub const TIOCSRS485: ::c_int = 0xC020542F;
483483

484484
pub const POLLWRNORM: ::c_short = 0x4;
485485
pub const POLLWRBAND: ::c_short = 0x100;

0 commit comments

Comments
 (0)