Rollup merge of #72971 - androm3da:fixes_00, r=Dylan-DPC
Hexagon libstd: fix typo for c_ulonglong
This commit is contained in:
commit
b584687f4f
@ -170,7 +170,7 @@ mod arch {
|
|||||||
|
|
||||||
#[cfg(target_arch = "hexagon")]
|
#[cfg(target_arch = "hexagon")]
|
||||||
mod arch {
|
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")]
|
#[stable(feature = "raw_ext", since = "1.1.0")]
|
||||||
pub type blkcnt_t = c_longlong;
|
pub type blkcnt_t = c_longlong;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user