libmango: add flags parameter to task_create

This commit is contained in:
2026-04-30 19:04:28 +01:00
parent 546fee7890
commit 3ad479aa17
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ extern kern_status_t task_self(kern_handle_t *out);
extern kern_status_t task_create(
kern_handle_t parent,
task_flags_t flags,
const char *name,
size_t name_len,
kern_handle_t *out_task,