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

@@ -8,7 +8,7 @@
*
* With subsequent updates, modifications, and general maintenance by:
*
* Copyright (C) 2011-2013 Gregory Nutt. All rights reserved.
* Copyright (C) 2011-2013, 2019 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -55,7 +55,7 @@
#include <errno.h>
#include <string.h>
#include <nuttx/binfmt/builtin.h>
#include <nuttx/lib/builtin.h>
#include "builtin/builtin.h"
#include "nsh.h"