Skip to content

Commit c201302

Browse files
committed
unix: Add FIXME(time) for struct timeval
struct timeval has to be updated at least for glibc with _TIME_BITS=64.
1 parent 7413e22 commit c201302

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
@@ -66,6 +66,7 @@ s! {
6666
pub modtime: time_t,
6767
}
6868

69+
// FIXME(time): Needs updates at least for glibc _TIME_BITS=64
6970
pub struct timeval {
7071
pub tv_sec: time_t,
7172
pub tv_usec: suseconds_t,

0 commit comments

Comments
 (0)