Skip to content

Commit

Permalink
Hexagon libstd: fix typo for c_ulonglong
Browse files Browse the repository at this point in the history
  • Loading branch information
androm3da committed Jun 4, 2020
1 parent f3fadf6 commit d0ee0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/os/linux/raw.rs
Expand Up @@ -170,7 +170,7 @@ mod arch {

#[cfg(target_arch = "hexagon")]
mod arch {
use crate::os::raw::{c_int, c_long, c_longlong, culonglong};
use crate::os::raw::{c_int, c_long, c_longlong, c_ulonglong};

#[stable(feature = "raw_ext", since = "1.1.0")]
pub type blkcnt_t = c_longlong;
Expand Down

0 comments on commit d0ee0dc

Please sign in to comment.