binfmt: Cosmetic -- rename binfmt_internal.h to binfmt.h. Move related argument copy logic into new file, binfmt_copyargv.c

This commit is contained in:
Gregory Nutt
2015-11-14 07:29:47 -06:00
parent 015429684f
commit 4a7fb2cbc1
12 changed files with 231 additions and 166 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
#include <nuttx/binfmt/binfmt.h>
#include "sched/sched.h"
#include "binfmt_internal.h"
#include "binfmt.h"
#ifndef CONFIG_BINFMT_DISABLE