mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 06:43:07 +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.