Skip to content

Commit 3056418

Browse files
committed
Auto merge of #645 - Susurrus:android_extproc, r=alexcrichton
Add EXTPROC for android Needed for nix-rust/nix#527.
2 parents 50bc03d + 2008668 commit 3056418

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)