Skip to content

Commit 1710a04

Browse files
committed
Enable termios on iOS
1 parent f008cc6 commit 1710a04

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub enum Error {
9696
/// The operation involved a conversion to Rust's native String type, which failed because the
9797
/// string did not contain all valid UTF-8.
9898
InvalidUtf8,
99-
/// The operation is not supported by Nix, in this instance either use the libc bindings or
99+
/// The operation is not supported by Nix, in this instance either use the libc bindings or
100100
/// consult the module documentation to see if there is a more appropriate interface available.
101101
UnsupportedOperation,
102102
}

src/sys/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ pub mod syscall;
3838
#[cfg(any(target_os = "linux"))]
3939
pub mod reboot;
4040

41-
#[cfg(not(target_os = "ios"))]
4241
pub mod termios;
4342

4443
#[cfg(any(target_os = "linux", target_os = "android"))]

0 commit comments

Comments
 (0)