Skip to content

Commit a245fc7

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

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
@@ -506,6 +506,17 @@ libc_bitflags! {
506506
#[cfg(any(linux_android,
507507
target_os = "haiku",
508508
apple_targets))]
509+
OFILL as tcflag_t;
510+
#[cfg(any(linux_android,
511+
target_os = "aix",
512+
target_os = "cygwin",
513+
target_os = "fuchsia",
514+
target_os = "haiku",
515+
target_os = "hurd",
516+
target_os = "nto",
517+
target_os = "redox",
518+
solarish,
519+
apple_targets))]
509520
NL0 as tcflag_t;
510521
#[cfg(any(linux_android,
511522
target_os = "haiku",

0 commit comments

Comments
 (0)