clone: support CLONE_PARENT

This commit is contained in:
Tomoki Shirasawa
2016-01-11 16:49:02 +09:00
parent 2819ec2197
commit 3a2f7b0106
4 changed files with 93 additions and 27 deletions

View File

@ -400,6 +400,7 @@ struct process {
int fsgid;
int execed;
int nohost;
int nowait;
struct rlimit rlimit[MCK_RLIM_MAX];
unsigned long saved_auxv[AUXV_LEN];
char *saved_cmdline;