mirror of
https://github.com/apache/nuttx.git
synced 2026-03-28 02:59:15 +08:00
1. as we can use fork to implement vfork, so we rename the vfork to fork, and use the fork method as the base to implement vfork method 2. create the vfork function as a libc function based on fork function Signed-off-by: guoshichao <guoshichao@xiaomi.com>