mirror of
https://github.com/ziglang/zig.git
synced 2025-12-23 14:43:17 +00:00
Both glibc and musl use time64 as the base ABI for riscv32. This fixes the `sleep` test in `std.time` hanging forever due to the libc functions reading bogus values.