mirror of
https://github.com/openharmony/third_party_rust_rustix.git
synced 2026-07-18 12:56:20 -04:00
cfad01449f
* Fix compilation on armv7-unknown-freebsd Use `time_t::MAX` to avoid depending on the relationship between `time_t` and `c_long`. * Silence the deprecation warning about `time_t`.