Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/task.c

    rfafb8e5 r1433ecda  
    374374
    375375        if (rc == EOK) {
    376                 *texit = ipc_get_arg1(&wait->result);
    377                 *retval = ipc_get_arg2(&wait->result);
     376                *texit = IPC_GET_ARG1(wait->result);
     377                *retval = IPC_GET_ARG2(wait->result);
    378378        }
    379379
Note: See TracChangeset for help on using the changeset viewer.