nuttx/sched
Xiang Xiao e49bae1300 fs: Remove fs_dupfd and fs_dupfd2 internal functions
let's call either nx_dup/nx_dup2 or file_dup/file_dup2
instead just like other fs api: xxx->nx_xxx->file_xxx

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I1aacfb9e25dc7b3fcb0345ff7b269b1953a01e5b
2021-01-13 16:39:45 +08:00
..
clock
environ
group fs: Remove fs_dupfd and fs_dupfd2 internal functions 2021-01-13 16:39:45 +08:00
init
irq
module
mqueue mqueue: add file_mq_xx for kernel use 2021-01-05 02:40:43 -06:00
paging
pthread
sched sched: sched: Don't call sched_lock()/unlock() in nx_waitid()/waitpid() for SMP 2021-01-04 20:15:36 -06:00
semaphore
signal
task Kernel module should prefer functions with nx/kmm prefix 2021-01-13 08:57:58 +01:00
timer
wdog
wqueue
Kconfig arch/spinlock: implement the default test-and-set semantics 2021-01-01 15:03:55 -06:00
Makefile