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 a245fc7Copy full SHA for a245fc7
src/sys/termios.rs
@@ -506,6 +506,17 @@ libc_bitflags! {
506
#[cfg(any(linux_android,
507
target_os = "haiku",
508
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))]
520
NL0 as tcflag_t;
521
522
0 commit comments