We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17553b7 commit 72e5854Copy full SHA for 72e5854
src/unix/mod.rs
@@ -56,6 +56,7 @@ s! {
56
pub modtime: time_t,
57
}
58
59
+ // FIXME(time): Needs updates at least for glibc _TIME_BITS=64
60
pub struct timeval {
61
pub tv_sec: time_t,
62
pub tv_usec: suseconds_t,
0 commit comments