mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-06 08:46:31 +00:00
Trivial, costmetic change
This commit is contained in:
parent
6390eb55a0
commit
388217c1a0
1 changed files with 2 additions and 0 deletions
|
|
@ -185,12 +185,14 @@ int exec_builtin(FAR const char *appname, FAR char * const *argv,
|
|||
{
|
||||
goto errout_with_actions;
|
||||
}
|
||||
|
||||
#else
|
||||
ret = posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETSCHEDPARAM);
|
||||
if (ret != 0)
|
||||
{
|
||||
goto errout_with_actions;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* Is output being redirected? */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue