diff options
Diffstat (limited to 'src/libcore/path.rs')
| -rw-r--r-- | src/libcore/path.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/libcore/path.rs b/src/libcore/path.rs index 4e0e4e93cf5..8d528a11598 100644 --- a/src/libcore/path.rs +++ b/src/libcore/path.rs @@ -91,6 +91,7 @@ pub pure fn Path(s: &str) -> Path { mod stat { #[cfg(target_arch = "x86")] #[cfg(target_arch = "arm")] + #[cfg(target_arch = "mips")] pub mod arch { use libc; | 
