Changes in uspace/lib/c/generic/task.c [fafb8e5:1433ecda] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/task.c
rfafb8e5 r1433ecda 374 374 375 375 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); 378 378 } 379 379
Note:
See TracChangeset
for help on using the changeset viewer.