Auto merge of #645 - Susurrus:android_extproc, r=alexcrichton

Add EXTPROC for android

Needed for nix-rust/nix#527.
This commit is contained in:
bors 2017-07-06 05:27:58 +00:00
commit 30564181bf
1 changed files with 1 additions and 0 deletions

View File

@ -532,6 +532,7 @@ pub const VMIN: usize = 6;
pub const IEXTEN: ::tcflag_t = 0x00008000;
pub const TOSTOP: ::tcflag_t = 0x00000100;
pub const FLUSHO: ::tcflag_t = 0x00001000;
pub const EXTPROC: ::tcflag_t = 0o200000;
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff;