Skip to content

Commit

Permalink
Fix compilation on solarish.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Sep 5, 2024
1 parent fb4d3ee commit 7c6d313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/termios/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,7 @@ impl core::fmt::Debug for SpecialCodeIndex {
Self::VKILL => write!(f, "VKILL"),
#[cfg(not(solarish))]
Self::VEOF => write!(f, "VEOF"),
#[cfg(not(solarish))]
Self::VTIME => write!(f, "VTIME"),
#[cfg(not(solarish))]
Self::VMIN => write!(f, "VMIN"),
Expand Down

0 comments on commit 7c6d313

Please sign in to comment.