Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3461 → Rev 3462

/trunk/uspace/lib/libc/generic/task.c
123,7 → 123,7
* @param argv command-line arguments
* @return ID of the newly created task or zero on error.
*/
task_id_t task_spawn(const char *path, const char *argv[])
task_id_t task_spawn(const char *path, char *const argv[])
{
int phone_id;
ipc_call_t answer;