Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3202 → Rev 3203

/branches/dynload/uspace/lib/libc/generic/task.c
55,7 → 55,7
{
int phone_id, rc;
 
rc = __SYSCALL1(SYS_TASK_SPAWN_LOADER, (sysarg_t) &phone_id);
rc = __SYSCALL1(SYS_PROGRAM_SPAWN_LOADER, (sysarg_t) &phone_id);
if (rc != 0)
return rc;