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>
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