mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 16:36:46 +00:00
add osx support
This commit is contained in:
@@ -416,4 +416,4 @@ syscall_chdir :: #force_inline proc(path: cstring) -> c.int {
|
||||
|
||||
syscall_fchdir :: #force_inline proc(fd: c.int, path: cstring) -> c.int {
|
||||
return cast(c.int)intrinsics.syscall(unix_offset_syscall(.getentropy), uintptr(fd), transmute(uintptr)path)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user