mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 01:42:49 +08:00
670c245ff2
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>