mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Add support for darwin to core:c/libc
This commit is contained in:
@@ -136,3 +136,8 @@ when ODIN_OS == "linux" {
|
||||
tss_set :: proc(key: tss_t, val: rawptr) -> int ---
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
when ODIN_OS == "darwin" {
|
||||
// TODO: find out what this is meant to be!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user