Rollup merge of #72971 - androm3da:fixes_00, r=Dylan-DPC

Hexagon libstd: fix typo for c_ulonglong
This commit is contained in:
Dylan DPC 2020-06-04 21:31:15 +02:00 committed by GitHub
commit b584687f4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;