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 88de388 commit db9d4cfCopy full SHA for db9d4cf
src/unix/linux_like/linux/musl/b64/s390x.rs
@@ -412,8 +412,8 @@ pub const TCSANOW: ::c_int = 0;
412
pub const TCSADRAIN: ::c_int = 1;
413
pub const TCSAFLUSH: ::c_int = 2;
414
415
-pub const TIOCLINUX: ::c_ulong = 0x541C;
416
-pub const TIOCGSERIAL: ::c_ulong = 0x541E;
+pub const TIOCLINUX: ::c_int = 0x541C;
+pub const TIOCGSERIAL: ::c_int = 0x541E;
417
pub const TIOCM_ST: ::c_int = 0x008;
418
pub const TIOCM_SR: ::c_int = 0x010;
419
pub const TIOCM_CTS: ::c_int = 0x020;
0 commit comments