mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Rename task_spawnattr_setstacksize to posix_spawnattr_setstacksize
follow up the kernel side change Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
192f87b3ea
commit
678415c6fa
4 changed files with 6 additions and 6 deletions
|
|
@ -110,7 +110,7 @@ int exec_builtin(FAR const char *appname, FAR char * const *argv,
|
|||
goto errout_with_actions;
|
||||
}
|
||||
|
||||
ret = task_spawnattr_setstacksize(&attr, builtin->stacksize);
|
||||
ret = posix_spawnattr_setstacksize(&attr, builtin->stacksize);
|
||||
if (ret != 0)
|
||||
{
|
||||
goto errout_with_actions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue