mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
3017cc4402
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>