Skip to content

Commit ea42111

Browse files
committed
termios: Add definition for XCASE
Needs: rust-lang/libc#4846 Related: uutils/coreutils#9432
1 parent 41e2f81 commit ea42111

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/sys/termios.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,13 @@ libc_bitflags! {
686686
#[cfg(not(any(target_os = "redox", target_os = "cygwin")))]
687687
PENDIN;
688688
NOFLSH;
689+
#[cfg(any(linux_android,
690+
target_os = "aix",
691+
target_os = "haiku",
692+
target_os = "nto",
693+
target_os = "redox",
694+
solarish))]
695+
XCASE;
689696
}
690697
}
691698

0 commit comments

Comments
 (0)