Skip to content

Commit 6887d8c

Browse files
committed
i686-linux-android: Removing useless cfgs.
That line is in a `#[cfg(target_os = "macos")]` block..
1 parent 6a7ed8f commit 6887d8c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/liblibc/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -996,12 +996,7 @@ pub mod types {
996996
pub mod posix88 {
997997
pub type off_t = i64;
998998
pub type dev_t = u32;
999-
1000-
#[cfg(target_os = "android")]
1001-
pub type ino_t = u64;
1002-
#[cfg(not(target_os = "android"))]
1003999
pub type ino_t = u32;
1004-
10051000
pub type pid_t = i32;
10061001
pub type uid_t = u32;
10071002
pub type gid_t = u32;

0 commit comments

Comments
 (0)