Skip to content

Commit 74176ba

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

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/sys/termios.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,13 @@ libc_bitflags! {
697697
#[cfg(not(any(target_os = "redox", target_os = "cygwin")))]
698698
PENDIN;
699699
NOFLSH;
700+
#[cfg(any(linux_android,
701+
target_os = "aix",
702+
target_os = "haiku",
703+
target_os = "nto",
704+
target_os = "redox",
705+
solarish))]
706+
XCASE;
700707
}
701708
}
702709

0 commit comments

Comments
 (0)