mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-28 17:04:34 +00:00
Merge pull request #5983 from colrdavidson/fix_darwin_thread
fix thread_act_t size
This commit is contained in:
@@ -11,7 +11,7 @@ task_t :: mach_port_t
|
||||
semaphore_t :: distinct u64
|
||||
|
||||
kern_return_t :: distinct c.int
|
||||
thread_act_t :: distinct u64
|
||||
thread_act_t :: distinct u32
|
||||
thread_state_t :: distinct ^u32
|
||||
thread_list_t :: [^]thread_act_t
|
||||
vm_region_recurse_info_t :: distinct ^i32
|
||||
|
||||
Reference in New Issue
Block a user