diff options
| author | Beau McCartney <mccartney.beausl@gmail.com> | 2024-10-08 12:12:21 -0600 |
|---|---|---|
| committer | Beau McCartney <mccartney.beausl@gmail.com> | 2024-10-08 12:12:21 -0600 |
| commit | 67252ff415f6c94a78c15fc1ad9ffe893d9322ca (patch) | |
| tree | a03b067afa31194ac8fa6e954939b33b95640f41 /src/check_expr.cpp | |
| parent | db8950922c62d4a75da068e8e17e4b27a892e11d (diff) | |
make some types and procs match the c apis
procs:
| type | old | new (matching c api)|
| --- | ---- | ------------------- |
| kern_return_t | u64 | c.int |
| thread_t | u64 | mach_port_t |
| task_t | u64 | mach_port_t |
| semaphore_t | u64 | mach_port_t |
for mach_task_self(), return mach_port_t instead of task_t
for semaphore_signal_thread(), accept a thread_t instead of a thread_act_t
Diffstat (limited to 'src/check_expr.cpp')
0 files changed, 0 insertions, 0 deletions