Skip to content

Commit

Permalink
Add EXTPROC for android
Browse files Browse the repository at this point in the history
  • Loading branch information
Susurrus committed Jul 6, 2017
1 parent 50bc03d commit 2008668
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 2008668

Please sign in to comment.