Skip to content

Commit 72e5854

Browse files
snoggetgross35
authored andcommitted
unix: Add FIXME(time) for struct timeval
struct timeval has to be updated at least for glibc with _TIME_BITS=64. (backport <#4148>) (cherry picked from commit c201302)
1 parent 17553b7 commit 72e5854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ s! {
5656
pub modtime: time_t,
5757
}
5858

59+
// FIXME(time): Needs updates at least for glibc _TIME_BITS=64
5960
pub struct timeval {
6061
pub tv_sec: time_t,
6162
pub tv_usec: suseconds_t,

0 commit comments

Comments
 (0)