summaryrefslogtreecommitdiff
path: root/nuttx/tools/cfgdefine.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-08 16:25:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-08 16:25:30 +0000
commit4c8b88b97559ddc6714fc17e9a281a13a65f88c0 (patch)
treebe370af4ffb6147bbbf103f66fcc69ed55bf5893 /nuttx/tools/cfgdefine.c
parent2e5aef172a920610e3071325b4be95b71a83948a (diff)
downloadnuttx-4c8b88b97559ddc6714fc17e9a281a13a65f88c0.tar.gz
nuttx-4c8b88b97559ddc6714fc17e9a281a13a65f88c0.tar.bz2
nuttx-4c8b88b97559ddc6714fc17e9a281a13a65f88c0.zip
Add execv() and execl(); Move lm3s header files for compatibility
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5492 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools/cfgdefine.c')
-rw-r--r--nuttx/tools/cfgdefine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/tools/cfgdefine.c b/nuttx/tools/cfgdefine.c
index ee1dd4003..f026a186f 100644
--- a/nuttx/tools/cfgdefine.c
+++ b/nuttx/tools/cfgdefine.c
@@ -64,6 +64,7 @@ static const char *dequote_list[] =
/* NuttX */
"CONFIG_USER_ENTRYPOINT", /* Name of entry point function */
+ "CONFIG_EXECFUNCS_SYMTAB", /* Symbol table used by exec[l|v] */
/* NxWidgets/NxWM */