Binfmt no longer depends on a fixed sized argv[] list

This commit is contained in:
Gregory Nutt 2014-11-12 18:31:32 -06:00
parent f25973612e
commit 7e18cc3a76

View File

@ -271,8 +271,7 @@ int task_create(char *name, int priority, int stack_size, main_t entry, char * c
</P> </P>
<p> <p>
Note that an arbitrary number of arguments may be passed to the Note that an arbitrary number of arguments may be passed to the
spawned functions. The maximum umber of arguments is an OS spawned functions.
configuration parameter (<code>CONFIG_MAX_TASK_ARGS</code>).
</p> </p>
<p> <p>
The arguments are copied (via <code>strdup</code>) so that the The arguments are copied (via <code>strdup</code>) so that the