Rollup merge of #72971 - androm3da:fixes_00, r=Dylan-DPC
Hexagon libstd: fix typo for c_ulonglong
This commit is contained in:
commit
b584687f4f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue