Move apps/builtins/builtin_forindex.c to nuttx/libs/libc/builtin since it is required by kernel logic as well. Other changes account for movement of builtin.h from nuttx/include/nuttx/binfmt/built.h to nuttx/include/lib/builtin.h.

This commit is contained in:
Gregory Nutt
2019-08-23 09:12:20 -06:00
parent 839efa6669
commit ac61c18fcc
8 changed files with 8 additions and 76 deletions

View File

@@ -42,7 +42,7 @@
#include <string.h>
#ifdef CONFIG_NSH_BUILTIN_APPS
# include <nuttx/binfmt/builtin.h>
# include <nuttx/lib/builtin.h>
#endif
#if defined(CONFIG_SYSTEM_READLINE) && defined(CONFIG_READLINE_HAVE_EXTMATCH)