Skip to content

Commit

Permalink
unix: Add FIXME(time) for struct timeval
Browse files Browse the repository at this point in the history
struct timeval has to be updated at least for glibc with _TIME_BITS=64.
  • Loading branch information
snogge committed Dec 9, 2024
1 parent 7413e22 commit c201302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ s! {
pub modtime: time_t,
}

// FIXME(time): Needs updates at least for glibc _TIME_BITS=64
pub struct timeval {
pub tv_sec: time_t,
pub tv_usec: suseconds_t,
Expand Down

0 comments on commit c201302

Please sign in to comment.