summaryrefslogtreecommitdiff
path: root/nuttx/include/sched.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-16 15:37:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-16 15:37:05 -0600
commite6416cf311f4fa773a371ea4aa51a46ea99baf7c (patch)
tree25e4d6db338e97593cdaccf5118ec687873f349b /nuttx/include/sched.h
parent877af73187ac7fc4a75f5f80542274b77b10ae83 (diff)
downloadpx4-nuttx-e6416cf311f4fa773a371ea4aa51a46ea99baf7c.tar.gz
px4-nuttx-e6416cf311f4fa773a371ea4aa51a46ea99baf7c.tar.bz2
px4-nuttx-e6416cf311f4fa773a371ea4aa51a46ea99baf7c.zip
First round of changes to get the ELF configuration building again
Diffstat (limited to 'nuttx/include/sched.h')
-rw-r--r--nuttx/include/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/sched.h b/nuttx/include/sched.h
index 64d6a6b82..a0f296e14 100644
--- a/nuttx/include/sched.h
+++ b/nuttx/include/sched.h
@@ -99,7 +99,7 @@ int task_init(FAR struct tcb_s *tcb, const char *name, int priority,
FAR char * const argv[]);
int task_activate(FAR struct tcb_s *tcb);
-#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[]);
#endif