Skip to content

Commit

Permalink
Remove some actually unsupported termios iflags on redox
Browse files Browse the repository at this point in the history
  • Loading branch information
coolreader18 committed Aug 8, 2021
1 parent ba42d04 commit f2dc11a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sys/termios.rs
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,9 @@ libc_bitflags! {
ICRNL;
IXON;
IXOFF;
#[cfg(not(target_os = "redox"))]
IXANY;
#[cfg(not(target_os = "redox"))]
IMAXBEL;
#[cfg(any(target_os = "android", target_os = "linux", target_os = "macos"))]
IUTF8;
Expand Down

0 comments on commit f2dc11a

Please sign in to comment.