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 090201c commit eec39f5Copy full SHA for eec39f5
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