We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
off_t
1 parent bea3a7a commit 349e772Copy full SHA for 349e772
src/libcore/libc.rs
@@ -603,7 +603,7 @@ pub mod types {
603
use libc::types::common::c99::{int32_t, int64_t, uint32_t};
604
use libc::types::os::arch::c95::{c_long, time_t};
605
use libc::types::os::arch::posix88::{dev_t, gid_t, ino_t,
606
- mode_t, uid_t};
+ mode_t, off_t, uid_t};
607
608
pub type nlink_t = u16;
609
pub type blksize_t = i64;
0 commit comments