Rollup merge of #24983 - vhbit:ios-raw, r=sanxiyn
This commit is contained in:
commit
0210381714
@ -11,7 +11,7 @@
|
||||
//! iOS-specific raw type definitions
|
||||
|
||||
use os::raw::c_long;
|
||||
use os::unix::raw::{uid_t, gid_t, pid_t};
|
||||
use os::unix::raw::{uid_t, gid_t};
|
||||
|
||||
pub type blkcnt_t = i64;
|
||||
pub type blksize_t = i32;
|
||||
|
Loading…
Reference in New Issue
Block a user