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