revert changes
This commit is contained in:
parent
6406f18b9f
commit
c6bb76abf2
@ -144,8 +144,10 @@ cfg_if! {
|
||||
pub type intptr_t = isize;
|
||||
pub type uintptr_t = usize;
|
||||
pub type ssize_t = isize;
|
||||
|
||||
pub enum FILE {}
|
||||
pub enum fpos_t {} // TODO: fill this out with a struct
|
||||
|
||||
extern {
|
||||
pub fn isalnum(c: c_int) -> c_int;
|
||||
pub fn isalpha(c: c_int) -> c_int;
|
||||
@ -291,7 +293,7 @@ cfg_if! {
|
||||
mod fuchsia;
|
||||
pub use fuchsia::*;
|
||||
} else if #[cfg(unix)] {
|
||||
pub mod unix;
|
||||
mod unix;
|
||||
pub use unix::*;
|
||||
} else {
|
||||
// Unknown target_family
|
||||
|
Loading…
Reference in New Issue
Block a user