This commit is contained in:
Jeremy Soller
2018-08-27 06:35:30 -06:00
parent 7ab700315d
commit bab4e2896a
70 changed files with 363 additions and 404 deletions
+2 -2
View File
@@ -1,6 +1,5 @@
//! ioctl implementation for linux
use platform::{Pal, Sys};
use platform::types::*;
// This is used from sgtty
@@ -15,7 +14,8 @@ pub struct sgttyb {
#[cfg(target_os = "linux")]
pub mod inner {
use super::*;
use platform::types::*;
use platform::{Pal, Sys};
#[repr(C)]
pub struct winsize {