We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4356220 commit dff7676Copy full SHA for dff7676
src/libstd/os/linux/raw.rs
@@ -60,8 +60,8 @@ mod arch {
60
#[cfg(any(target_arch = "mips",
61
target_arch = "mipsel"))]
62
mod arch {
63
- use super::{dev_t, mode_t};
64
- use os::raw::c_long;
+ use super::mode_t;
+ use os::raw::{c_long, c_ulong};
65
use os::unix::raw::{gid_t, uid_t};
66
67
pub type blkcnt_t = i32;
0 commit comments