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 28311cb commit 34378b5Copy full SHA for 34378b5
src/unix/mod.rs
@@ -66,6 +66,7 @@ s! {
66
pub modtime: time_t,
67
}
68
69
+ // FIXME(time): Needs updates at least for glibc _TIME_BITS=64
70
pub struct timeval {
71
pub tv_sec: time_t,
72
pub tv_usec: suseconds_t,
0 commit comments