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
@@ -45,7 +45,7 @@
#include <nuttx/binfmt/binfmt.h>
#include "binfmt_internal.h"
#include "binfmt.h"
#if defined(CONFIG_DEBUG) && defined(CONFIG_DEBUG_BINFMT) && !defined(CONFIG_BINFMT_DISABLE)