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.
2 parents 6ab084c + d0ee0dc commit b584687Copy full SHA for b584687
src/libstd/os/linux/raw.rs
@@ -170,7 +170,7 @@ mod arch {
170
171
#[cfg(target_arch = "hexagon")]
172
mod arch {
173
- use crate::os::raw::{c_int, c_long, c_longlong, culonglong};
+ use crate::os::raw::{c_int, c_long, c_longlong, c_ulonglong};
174
175
#[stable(feature = "raw_ext", since = "1.1.0")]
176
pub type blkcnt_t = c_longlong;
0 commit comments