Files
nuttx/include
yangyalei 670c245ff2 Exec: Support run exec in current task
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>
2023-09-14 22:37:44 +08:00
..
2023-09-08 00:59:31 +03:00
2023-07-28 20:56:22 -07:00
2023-09-07 23:11:10 +08:00
2023-07-29 07:28:23 -07:00