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.
2 parents 068180c + eec39f5 commit ca7695aCopy full SHA for ca7695a
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