Fix else when clause.

This commit is contained in:
Isaac Andrade
2024-08-23 20:18:26 -06:00
parent 2794eb31d9
commit e0b78476c5

View File

@@ -427,8 +427,8 @@ when ODIN_OS == .Darwin {
UTIME_NOW :: -2
UTIME_OMIT :: -1
} when ODIN_OS == .Linux {
ino_t :: distinct c.unit64_t
} else when ODIN_OS == .Linux {
ino_t :: distinct c.unit64_t
ino_t32 :: distinct c.unit32_t
} else {
#panic("posix is unimplemented for the current target")