liblaunch: add task creation flags for use by fork and posix_spawn
This commit is contained in:
@@ -25,7 +25,8 @@ enum launch_status {
|
||||
};
|
||||
|
||||
enum launch_flags {
|
||||
LAUNCH_F_NONE = 0,
|
||||
LAUNCH_F_NONE = 0x00,
|
||||
LAUNCH_F_CLONE_ALL_HANDLES = 0x01u,
|
||||
};
|
||||
|
||||
struct launch_ctx;
|
||||
|
||||
Reference in New Issue
Block a user