mirror of
https://github.com/ziglang/zig.git
synced 2025-12-13 01:33:09 +00:00
- Use sys_*stat*64 instead of sys_*stat* where appropriate - Fix overflow when calculating atime, ctime and mtime on File.stat() - Fix compilation error casting getEndPos to usize.