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:
Gregory Nutt 2014-09-15 10:16:20 -06:00
parent 398f7b594f
commit a5e30ac4a1

View File

@ -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"