You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work around a negative timestamps bug on macOS. (#1305)
* Work around a negative timestamps bug on macOS.
As described [here], macOS can sometimes return `timespec` values
with negative `tv_nsecs` values. Adjust `timespec` values as needed
to ensure that `tv_nsec` is in 0..1_000_000_000.
[here]: rust-lang/rust#108277 (comment)
* Make st_mtime etc. signed.
* Define our own `Stat` on NetBSD, fix types for Apple.
* More stat layout checks.
* powerp64 defines a stat64 but doesn't use it.
* Make `st_size` signed on s390x.
0 commit comments