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 b668252 commit 116b82eCopy full SHA for 116b82e
src/vxworks/mod.rs
@@ -34,7 +34,7 @@ pub type ino_t = c_ulong;
34
35
pub type rlim_t = c_ulong;
36
pub type suseconds_t = c_long;
37
-pub type time_t = c_long;
+pub type time_t = c_longlong;
38
39
pub type errno_t = c_int;
40
0 commit comments