Fix more errors associated with posix_spawn system calls

This commit is contained in:
Gregory Nutt
2014-09-12 17:09:18 -06:00
parent 6e25bc1ea2
commit d71be2d021
2 changed files with 2 additions and 1 deletions

View File

@@ -487,5 +487,6 @@ FAR struct console_stdio_s *nsh_newconsole(void)
pstate->cn_outstream = OUTSTREAM(pstate);
#endif
}
return pstate;
}