Skip to content

Commit 2008668

Browse files
committed
Add EXTPROC for android
1 parent 50bc03d commit 2008668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/notbsd/android/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ pub const VMIN: usize = 6;
532532
pub const IEXTEN: ::tcflag_t = 0x00008000;
533533
pub const TOSTOP: ::tcflag_t = 0x00000100;
534534
pub const FLUSHO: ::tcflag_t = 0x00001000;
535+
pub const EXTPROC: ::tcflag_t = 0o200000;
535536

536537
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
537538
pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff;

0 commit comments

Comments
 (0)