mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +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.