diff options
author | bors <bors@rust-lang.org> | 2017-07-06 05:27:58 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2017-07-06 05:27:58 +0000 |
commit | 30564181bfa1856f4e3c41305ad4a0d1d5aa1e51 (patch) | |
tree | 99f13277266b5a6ece94c05fd15492a11276a2a8 | |
parent | 50bc03daa4cbb24fe3b8854d44d5d8f4366145a0 (diff) | |
parent | 2008668c12a70abb469f43202e0b48d626fd98db (diff) | |
download | rust-libc-30564181bfa1856f4e3c41305ad4a0d1d5aa1e51.tar.gz |
Auto merge of #645 - Susurrus:android_extproc, r=alexcrichton
Add EXTPROC for android
Needed for nix-rust/nix#527.
-rw-r--r-- | src/unix/notbsd/android/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix/notbsd/android/mod.rs b/src/unix/notbsd/android/mod.rs index 800fa7c2ec..4928d663cf 100644 --- a/src/unix/notbsd/android/mod.rs +++ b/src/unix/notbsd/android/mod.rs @@ -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; |