i686-linux-android: Removing useless cfgs.

That line is in a `#[cfg(target_os = "macos")]` block..
This commit is contained in:
Overmind JIANG 2015-08-24 08:20:32 +08:00
parent 6a7ed8f97a
commit 6887d8cdab

View file

@ -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;