mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 03:33:51 +08:00
Fix the problem when vfork() calls execv() (or execl()) to start a new application: When the parent thread calls vfork() it receives and gets the pid of the vforked task, and not the pid of the desired execv'ed application. issue #3334 Signed-off-by: yangyalei <yangyalei@xiaomi.com>