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 73ca389 commit d67c961Copy full SHA for d67c961
src/unix/notbsd/linux/mips/mod.rs
@@ -322,6 +322,7 @@ pub const VMIN: usize = 4;
322
pub const IEXTEN: ::tcflag_t = 0x00000100;
323
pub const TOSTOP: ::tcflag_t = 0x00008000;
324
pub const FLUSHO: ::tcflag_t = 0x00002000;
325
+pub const EXTPROC: ::tcflag_t = 0o200000;
326
pub const TCSANOW: ::c_int = 0x540e;
327
pub const TCSADRAIN: ::c_int = 0x540f;
328
pub const TCSAFLUSH: ::c_int = 0x5410;
0 commit comments