mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Binfmt no longer depends on a fixed sized argv[] list
This commit is contained in:
@@ -271,8 +271,7 @@ int task_create(char *name, int priority, int stack_size, main_t entry, char * c
|
||||
</P>
|
||||
<p>
|
||||
Note that an arbitrary number of arguments may be passed to the
|
||||
spawned functions. The maximum umber of arguments is an OS
|
||||
configuration parameter (<code>CONFIG_MAX_TASK_ARGS</code>).
|
||||
spawned functions.
|
||||
</p>
|
||||
<p>
|
||||
The arguments are copied (via <code>strdup</code>) so that the
|
||||
|
||||
Reference in New Issue
Block a user