We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e2f81 commit 9f1304cCopy full SHA for 9f1304c
src/sys/termios.rs
@@ -503,6 +503,17 @@ libc_bitflags! {
503
target_os = "haiku",
504
apple_targets))]
505
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;
517
#[cfg(any(linux_android,
518
519
0 commit comments