New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv types should be char * const * not const char **

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5598 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2013-02-02 19:31:30 +00:00
parent cf411bec51
commit 329328e5df
41 changed files with 1453 additions and 371 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
*
****************************************************************************/
int exec(FAR const char *filename, FAR const char **argv,
int exec(FAR const char *filename, FAR char * const *argv,
FAR const struct symtab_s *exports, int nexports)
{
#ifdef CONFIG_SCHED_ONEXIT