mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-12 00:18:09 +00:00
eliminate process array join api, no longer needed
This commit is contained in:
@@ -900,12 +900,6 @@ os_process_join(OS_Handle handle, U64 endt_us, U64 *exit_code_out)
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal U64
|
|
||||||
os_process_array_join(OS_HandleArray processes, U64 endt_us, U64 *exit_code_out)
|
|
||||||
{
|
|
||||||
NotImplemented;
|
|
||||||
}
|
|
||||||
|
|
||||||
internal void
|
internal void
|
||||||
os_process_detach(OS_Handle handle)
|
os_process_detach(OS_Handle handle)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user