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 13d4a5d commit e25a83eCopy full SHA for e25a83e
src/unix/linux_like/mod.rs
@@ -935,6 +935,8 @@ pub const ONOCR: ::tcflag_t = 0o000020;
935
pub const ONLRET: ::tcflag_t = 0o000040;
936
pub const OFILL: ::tcflag_t = 0o000100;
937
pub const OFDEL: ::tcflag_t = 0o000200;
938
+pub const TIOCSBRK: ::c_int = 0x5427;
939
+pub const TIOCCBRK: ::c_int = 0x5428;
940
941
pub const CLONE_VM: ::c_int = 0x100;
942
pub const CLONE_FS: ::c_int = 0x200;
0 commit comments