mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 16:01:03 +08:00
fd776e8cee
vfork use waitpid hang father process, but waitpid release child processs information by default. So when user call wait, it return errno 10. Signed-off-by: yangyalei <yangyalei@xiaomi.com>