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
@@ -410,9 +410,6 @@ when ODIN_OS == .Darwin {
l_whence: c.short, /* [PSX] flag (Whence) of starting offset */
}
} else when ODIN_OS == .Linux {
off_t :: distinct c.uint64_t
off_t32 :: distinct c.uint32_t
} else {
#panic("posix is unimplemented for the current target")
}