Skip to content

Commit f2dc11a

Browse files
committed
Remove some actually unsupported termios iflags on redox
1 parent ba42d04 commit f2dc11a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sys/termios.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,9 @@ libc_bitflags! {
604604
ICRNL;
605605
IXON;
606606
IXOFF;
607+
#[cfg(not(target_os = "redox"))]
607608
IXANY;
609+
#[cfg(not(target_os = "redox"))]
608610
IMAXBEL;
609611
#[cfg(any(target_os = "android", target_os = "linux", target_os = "macos"))]
610612
IUTF8;

0 commit comments

Comments
 (0)