mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 17:43:22 +08:00
There is a 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. see issue #3334 Signed-off-by: yangyalei <yangyalei@xiaomi.com>