do_fork: Propagate error code returned by mcexec

Refs: #731
Change-Id: I7eb52c1c76103d65d108b18b7beaf8041b51cd03
This commit is contained in:
Tomoki Shirasawa
2018-06-18 16:44:26 +09:00
committed by Dominique Martinet
parent 0758f6254e
commit 1cbe389879
13 changed files with 247 additions and 1 deletions

View File

@ -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 */