Skip to content

Commit b584687

Browse files
authored
Rollup merge of #72971 - androm3da:fixes_00, r=Dylan-DPC
Hexagon libstd: fix typo for c_ulonglong
2 parents 6ab084c + d0ee0dc commit b584687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/os/linux/raw.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ mod arch {
170170

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

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

0 commit comments

Comments
 (0)