liblaunch: implement stdio handle initialisation for child task

This commit is contained in:
2026-04-01 18:53:28 +01:00
parent 28d986c628
commit 3a9539adbc
2 changed files with 16 additions and 0 deletions
+2
View File
@@ -64,6 +64,8 @@ struct launch_parameters {
size_t p_channel_count;
void *p_resolver_arg;
kern_handle_t p_stdio[3];
};
struct launch_result {