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 bd5815a commit 833c6b5Copy full SHA for 833c6b5
src/unix/linux_like/android/mod.rs
@@ -1160,6 +1160,8 @@ pub const TIOCMBIC: ::c_int = 0x5417;
1160
pub const TIOCMSET: ::c_int = 0x5418;
1161
pub const FIONREAD: ::c_int = 0x541B;
1162
pub const TIOCCONS: ::c_int = 0x541D;
1163
+pub const TIOCSBRK: ::c_int = 0x5427;
1164
+pub const TIOCCBRK: ::c_int = 0x5428;
1165
1166
pub const ST_RDONLY: ::c_ulong = 1;
1167
pub const ST_NOSUID: ::c_ulong = 2;
0 commit comments