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 50bc03d commit 2008668Copy full SHA for 2008668
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