mirror of
https://github.com/apache/nuttx.git
synced 2025-12-08 02:32:54 +08:00
Revert "sched/posix_spawn: Don't insert name at the begin of argv"
This reverts commit 032086870d.
This commit is contained in:
@@ -168,7 +168,7 @@ int exec_module(FAR const struct binary_s *binp,
|
||||
|
||||
/* Initialize the task */
|
||||
|
||||
ret = nxtask_init(tcb, false, filename, binp->priority,
|
||||
ret = nxtask_init(tcb, filename, binp->priority,
|
||||
NULL, binp->stacksize, binp->entrypt, argv);
|
||||
binfmt_freeargv(argv);
|
||||
if (ret < 0)
|
||||
|
||||
Reference in New Issue
Block a user