Skip to content

Commit d67c961

Browse files
committed
Expose EXTPROC on Linux/mips
1 parent 73ca389 commit d67c961

File tree

1 file changed

+1
-0
lines changed
  • src/unix/notbsd/linux/mips

1 file changed

+1
-0
lines changed

src/unix/notbsd/linux/mips/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ pub const VMIN: usize = 4;
322322
pub const IEXTEN: ::tcflag_t = 0x00000100;
323323
pub const TOSTOP: ::tcflag_t = 0x00008000;
324324
pub const FLUSHO: ::tcflag_t = 0x00002000;
325+
pub const EXTPROC: ::tcflag_t = 0o200000;
325326
pub const TCSANOW: ::c_int = 0x540e;
326327
pub const TCSADRAIN: ::c_int = 0x540f;
327328
pub const TCSAFLUSH: ::c_int = 0x5410;

0 commit comments

Comments
 (0)