Fix MIPS build errors in libstd/os/linux/raw.rs
This commit is contained in:
parent
435622028f
commit
dff7676b7d
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ mod arch {
|
||||||
#[cfg(any(target_arch = "mips",
|
#[cfg(any(target_arch = "mips",
|
||||||
target_arch = "mipsel"))]
|
target_arch = "mipsel"))]
|
||||||
mod arch {
|
mod arch {
|
||||||
use super::{dev_t, mode_t};
|
use super::mode_t;
|
||||||
use os::raw::c_long;
|
use os::raw::{c_long, c_ulong};
|
||||||
use os::unix::raw::{gid_t, uid_t};
|
use os::unix::raw::{gid_t, uid_t};
|
||||||
|
|
||||||
pub type blkcnt_t = i32;
|
pub type blkcnt_t = i32;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue