summaryrefslogtreecommitdiff
path: root/src/sys/termios.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/termios.rs')
-rw-r--r--src/sys/termios.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sys/termios.rs b/src/sys/termios.rs
index 25326b01..8a99c1ab 100644
--- a/src/sys/termios.rs
+++ b/src/sys/termios.rs
@@ -559,6 +559,7 @@ libc_enum! {
VINTR,
VKILL,
VLNEXT,
+ #[cfg(not(all(target_os = "linux", target_arch = "sparc64")))]
VMIN,
VQUIT,
VREPRINT,
@@ -575,6 +576,7 @@ libc_enum! {
VSWTC,
#[cfg(target_os = "haiku")]
VSWTCH,
+ #[cfg(not(all(target_os = "linux", target_arch = "sparc64")))]
VTIME,
VWERASE,
#[cfg(target_os = "dragonfly")]