nuttx/arch/ceva/src
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
..
common libs/libc/fork: add lib_fork implementation 2023-07-26 10:41:52 +02:00
xc5 libs/libc/fork: add lib_fork implementation 2023-07-26 10:41:52 +02:00
xm6 libs/libc/fork: add lib_fork implementation 2023-07-26 10:41:52 +02:00
.gitignore
Makefile arch: Remove board/libboard$(LIBEXT) from the rerequest of export_startup 2022-05-12 23:34:31 +03:00