Alexey Samsonov 2cde7ac1ba
[libc] Use explicit cast to time_t in utimes_test. (#185307)
This fixes an error on RISCV-32 bot, where time_t is "long long" type
(64-bit, as required by POSIX), instead of "long".
2026-03-09 13:24:25 -07:00
..