incubator-nuttx/arch/ceva
guoshichao 3524f4b9ce libs/libc/fork: add lib_fork implementation
1. add lib_fork api in libs/libc, we need a fork() api to implement the
fork relative method, such as pthread_atfork
2. rename the assembly fork entry function name to up_fork(), and rename
the up_fork() to arch specific name, such as
sim_fork()/arm_fork()/mips_fork() etc.

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2023-07-26 10:41:52 +02:00
..
include Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
src libs/libc/fork: add lib_fork implementation 2023-07-26 10:41:52 +02:00
Kconfig