nuttx/sched/group
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
..
group_addrenv.c
group_childstatus.c
group_continue.c
group_create.c Fix typos 2020-10-28 19:15:04 -07:00
group_exitinfo.c
group_find.c
group_foreachchild.c
group_free.c
group_getgid.c sched/group: Fix the typo error 2020-08-11 11:19:37 +01:00
group_getuid.c sched/group: Fix the typo error 2020-08-11 11:19:37 +01:00
group_join.c
group_killchildren.c sched/group: Change group_kill_children's argument from task_tcb_s to tcb_s 2020-06-15 07:09:51 -06:00
group_leave.c mqueue: simplify the mqueue reailize 2021-01-05 02:40:43 -06:00
group_malloc.c
group_setgid.c sched/group: Fix the typo error 2020-08-11 11:19:37 +01:00
group_setuid.c sched/group: Fix the typo error 2020-08-11 11:19:37 +01:00
group_setupidlefiles.c fs: Remove fs_dupfd and fs_dupfd2 internal functions 2021-01-13 16:39:45 +08:00
group_setupstreams.c libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
group_setuptaskfiles.c libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
group_signal.c
group_suspendchildren.c Modify SIGSTP to SIGTSTP 2020-10-29 01:12:43 -07:00
group_tlsalloc.c
group_tlsfree.c
group_waiter.c
group_zalloc.c
group.h libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
Make.defs