sunfishcode / c-ward

An implementation of libc written in Rust
Other
187 stars 11 forks source link

Fix deprecation warnings on `st_mtime` etc. #120

Closed sunfishcode closed 6 months ago

sunfishcode commented 6 months ago

To handle negative timestamps, rustix now provides extension trait methods to access these fields.