Skip to content

Commit

Permalink
i686-linux-android: Removing useless cfgs.
Browse files Browse the repository at this point in the history
That line is in a `#[cfg(target_os = "macos")]` block..
  • Loading branch information
overminder committed Aug 24, 2015
1 parent 6a7ed8f commit 6887d8c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/liblibc/lib.rs
Expand Up @@ -996,12 +996,7 @@ pub mod types {
pub mod posix88 {
pub type off_t = i64;
pub type dev_t = u32;

#[cfg(target_os = "android")]
pub type ino_t = u64;
#[cfg(not(target_os = "android"))]
pub type ino_t = u32;

pub type pid_t = i32;
pub type uid_t = u32;
pub type gid_t = u32;
Expand Down

0 comments on commit 6887d8c

Please sign in to comment.