execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic
This commit is contained in:
parent
398f7b594f
commit
a5e30ac4a1
@ -45,6 +45,7 @@
|
||||
|
||||
#include <nuttx/kthread.h>
|
||||
#include <nuttx/binfmt/binfmt.h>
|
||||
#include <nuttx/binfmt/symtab.h>
|
||||
|
||||
#include "sched/sched.h"
|
||||
#include "group/group.h"
|
||||
|
Loading…
Reference in New Issue
Block a user