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.
1 parent db3423b commit 73a70cbCopy full SHA for 73a70cb
src/unix/redox/mod.rs
@@ -26,7 +26,7 @@ pub type ino_t = ::c_ulong;
26
pub type mode_t = ::c_int;
27
pub type nfds_t = ::c_ulong;
28
pub type nlink_t = ::c_ulong;
29
-pub type off_t = ::c_long;
+pub type off_t = ::c_longlong;
30
pub type pthread_t = *mut ::c_void;
31
pub type pthread_attr_t = *mut ::c_void;
32
pub type pthread_cond_t = *mut ::c_void;
@@ -46,7 +46,7 @@ pub type socklen_t = u32;
46
pub type speed_t = u32;
47
pub type suseconds_t = ::c_int;
48
pub type tcflag_t = u32;
49
-pub type time_t = ::c_long;
+pub type time_t = ::c_longlong;
50
51
#[cfg_attr(feature = "extra_traits", derive(Debug))]
52
pub enum timezone {}
0 commit comments