Skip to content

Commit 9f1304c

Browse files
committed
termios: Add OFILL
Related to: uutils/coreutils#9432
1 parent 41e2f81 commit 9f1304c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/sys/termios.rs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,17 @@ libc_bitflags! {
503503
target_os = "haiku",
504504
apple_targets))]
505505
OFDEL as tcflag_t;
506+
#[cfg(any(linux_android,
507+
target_os = "aix",
508+
target_os = "cygwin",
509+
target_os = "fuchsia",
510+
target_os = "haiku",
511+
target_os = "hurd",
512+
target_os = "nto",
513+
target_os = "redox",
514+
solarish,
515+
apple_targets))]
516+
OFILL as tcflag_t;
506517
#[cfg(any(linux_android,
507518
target_os = "haiku",
508519
apple_targets))]

0 commit comments

Comments
 (0)