Skip to content

Commit e50df77

Browse files
committed
Fixed iOS build
1 parent 42bfeec commit e50df77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/os/ios/raw.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! iOS-specific raw type definitions
1212
1313
use os::raw::c_long;
14-
use os::unix::raw::{uid_t, gid_t, pid_t};
14+
use os::unix::raw::{uid_t, gid_t};
1515

1616
pub type blkcnt_t = i64;
1717
pub type blksize_t = i32;

0 commit comments

Comments
 (0)