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.
2 parents 50bc03d + 2008668 commit 3056418Copy full SHA for 3056418
src/unix/notbsd/android/mod.rs
@@ -532,6 +532,7 @@ pub const VMIN: usize = 6;
532
pub const IEXTEN: ::tcflag_t = 0x00008000;
533
pub const TOSTOP: ::tcflag_t = 0x00000100;
534
pub const FLUSHO: ::tcflag_t = 0x00001000;
535
+pub const EXTPROC: ::tcflag_t = 0o200000;
536
537
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
538
pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff;
0 commit comments