Use native types on linux POSIX structs.

This commit is contained in:
Isaac Andrade
2024-08-28 19:08:48 -06:00
parent 45322023e3
commit f0e631cfa3
4 changed files with 3 additions and 32 deletions
-3
View File
@@ -427,9 +427,6 @@ when ODIN_OS == .Darwin {
UTIME_NOW :: -2
UTIME_OMIT :: -1
} else when ODIN_OS == .Linux {
ino_t :: distinct u64
ino_t32 :: distinct u32
} else {
#panic("posix is unimplemented for the current target")
}