mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix more errors associated with posix_spawn system calls
This commit is contained in:
parent
6e25bc1ea2
commit
d71be2d021
2 changed files with 2 additions and 1 deletions
|
|
@ -487,5 +487,6 @@ FAR struct console_stdio_s *nsh_newconsole(void)
|
|||
pstate->cn_outstream = OUTSTREAM(pstate);
|
||||
#endif
|
||||
}
|
||||
|
||||
return pstate;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@
|
|||
* Returned Values:
|
||||
* This function does not normally return. exit() is usually called to
|
||||
* terminate the NSH session. This function will return in the event of
|
||||
* an error. In that case, a nonzero value is returned (EXIT_FAILURE=1).
|
||||
* an error. In that case, a non-zero value is returned (EXIT_FAILURE=1).
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue