A couple more changes for clean ELF build

This commit is contained in:
Gregory Nutt
2014-09-16 15:40:48 -06:00
parent 925fc9ad81
commit 1ef758d67f
2 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -55,7 +55,7 @@
#ifndef CONFIG_BUILD_KERNEL
/****************************************************************************
* Definitions
* Preprocessor Definitions
****************************************************************************/
/****************************************************************************
@@ -242,7 +242,7 @@ errout:
*
****************************************************************************/
#ifndef CONFIG_ARCH_ADDRENV
#ifndef CONFIG_BUILD_KERNEL
int task_create(FAR const char *name, int priority,
int stack_size, main_t entry, FAR char * const argv[])
{