Update os_darwin.odin

This commit is contained in:
gingerBill
2022-02-15 16:02:14 +00:00
committed by GitHub
parent f5697dd7f2
commit d695a8a526

View File

@@ -320,7 +320,7 @@ foreign libc {
@(link_name="exit") _unix_exit :: proc(status: c.int) -> ! ---
}
when ODIN_ARCH != "arm64" {
when ODIN_ARCH != .arm64 {
_unix_fdopendir :: proc {_unix_fdopendir_amd64}
_unix_readdir_r :: proc {_unix_readdir_r_amd64}
} else {