diff options
Diffstat (limited to 'src/libcore/path.rs')
| -rw-r--r-- | src/libcore/path.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/path.rs b/src/libcore/path.rs index cf1188b1f35..7f5f334ac1f 100644 --- a/src/libcore/path.rs +++ b/src/libcore/path.rs @@ -89,8 +89,10 @@ pub pure fn Path(s: &str) -> Path { } #[cfg(target_os = "linux")] +#[cfg(target_os = "android")] mod stat { #[cfg(target_arch = "x86")] + #[cfg(target_arch = "arm")] pub mod arch { use libc; |
