From 2008668c12a70abb469f43202e0b48d626fd98db Mon Sep 17 00:00:00 2001
From: Bryant Mairs <bryant@mai.rs>
Date: Wed, 5 Jul 2017 19:20:34 -0700
Subject: [PATCH] Add EXTPROC for android

---
 src/unix/notbsd/android/mod.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/unix/notbsd/android/mod.rs b/src/unix/notbsd/android/mod.rs
index 800fa7c2..4928d663 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;
-- 
GitLab