Skip to content

Commit 87ef7ef

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sys/termios.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,10 @@ libc_bitflags! {
503503
target_os = "haiku",
504504
apple_targets))]
505505
OFDEL as tcflag_t;
506+
#[cfg(any(linux_android,
507+
target_os = "haiku",
508+
apple_targets))]
509+
OFILL as tcflag_t;
506510
#[cfg(any(linux_android,
507511
target_os = "haiku",
508512
apple_targets))]

0 commit comments

Comments
 (0)