Skip to content

Commit 86c7019

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/sys/termios.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,15 @@ libc_bitflags! {
478478
ICRNL;
479479
IXON;
480480
IXOFF;
481+
#[cfg(any(linux_android,
482+
target_os = "aix",
483+
target_os = "cygwin",
484+
target_os = "haiku",
485+
target_os = "hurd",
486+
target_os = "nto",
487+
target_os = "redox",
488+
solarish))]
489+
IUCLC;
481490
#[cfg(not(target_os = "redox"))]
482491
IXANY;
483492
#[cfg(not(any(target_os = "redox", target_os = "haiku")))]

0 commit comments

Comments
 (0)