walnux/include/nuttx/binfmt
yangyalei 3017cc4402 Exec: Support run exec in current task
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>
2023-09-20 16:53:30 +08:00
..
binfmt.h Exec: Support run exec in current task 2023-09-20 16:53:30 +08:00
elf.h binfmt: ELF support load to LMA 2023-09-04 12:23:26 +08:00
ieee695.h include: Fix nxstyle errors 2023-05-04 02:07:01 +08:00
nxflat.h binfmt/elf: Fix the minor style issue 2023-08-27 18:46:40 -03:00
symtab.h libc/symtab: Don't include symtab.h in the header files 2023-07-10 23:03:17 +03:00