Rollup merge of #24983 - vhbit:ios-raw, r=sanxiyn

This commit is contained in:
Manish Goregaokar 2015-05-01 11:12:15 +05:30
commit 0210381714

View File

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