do_fork: Propagate error code returned by mcexec
Refs: #731 Change-Id: I7eb52c1c76103d65d108b18b7beaf8041b51cd03
This commit is contained in:
committed by
Dominique Martinet
parent
0758f6254e
commit
1cbe389879
@ -2477,7 +2477,7 @@ retry_tid:
|
||||
|
||||
/* TODO: clean-up new */
|
||||
release_cpuid(cpuid);
|
||||
return -EFAULT;
|
||||
return newproc->pid;
|
||||
}
|
||||
|
||||
/* In a single threaded process TID equals to PID */
|
||||
|
||||
Reference in New Issue
Block a user