nuttx/arch/mips/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 Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
mips32 libs/libc/fork: add lib_fork implementation 2023-07-26 10:41:52 +02:00
pic32mx Kconfig: Simplify the conditional default statement 2023-07-16 14:39:20 -03:00
pic32mz Kconfig: Simplify the conditional default statement 2023-07-16 14:39:20 -03:00
.gitignore build: Remve the unnecessary .gitignore 2020-05-23 18:00:40 +01:00
Makefile tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00