Merge remote-tracking branch 'offical/master'

# Conflicts:
#	.gitignore
This commit is contained in:
ed
2024-05-05 20:00:13 -04:00
24 changed files with 1122 additions and 224 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ blkcnt_t :: i64
blksize_t :: i32
fflags_t :: u32
when ODIN_ARCH == .amd64 /* LP64 */ {
when ODIN_ARCH == .amd64 || ODIN_ARCH == .arm64 /* LP64 */ {
time_t :: i64
} else {
time_t :: i32