We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c0073 commit 88de100Copy full SHA for 88de100
src/unix/notbsd/linux/musl/b32/mips.rs
@@ -478,8 +478,8 @@ pub const TIOCMSET: ::c_int = 0x741A;
478
pub const FIONREAD: ::c_int = 0x467F;
479
pub const TIOCCONS: ::c_int = 0x80047478;
480
481
-pub const TIOCGRS485: ::c_int = 0x542E;
482
-pub const TIOCSRS485: ::c_int = 0x542F;
+pub const TIOCGRS485: ::c_int = 0x4020542E;
+pub const TIOCSRS485: ::c_int = 0xC020542F;
483
484
pub const POLLWRNORM: ::c_short = 0x4;
485
pub const POLLWRBAND: ::c_short = 0x100;
0 commit comments