We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7413e22 commit c201302Copy full SHA for c201302
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