mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-01 07:12:47 +03:00
f23005eba7
Uses timespec for times in `Stat` instead of two `isize` fields per time. This matches the <sys/stat.h> header file.