Fixed iOS build
This commit is contained in:
parent
42bfeec53c
commit
e50df770cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue