mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 14:55:25 +00:00
Uses timespec for times in `Stat` instead of two `isize` fields per time. This matches the <sys/stat.h> header file.
Uses timespec for times in `Stat` instead of two `isize` fields per time. This matches the <sys/stat.h> header file.