Skip to content

Commit

Permalink
Auto merge of rust-lang#645 - Susurrus:android_extproc, r=alexcrichton
Browse files Browse the repository at this point in the history
Add EXTPROC for android

Needed for nix-rust/nix#527.
  • Loading branch information
bors committed Jul 6, 2017
2 parents 50bc03d + 2008668 commit 3056418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/notbsd/android/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3056418

Please sign in to comment.