Changeset b1f36e3 in mainline
- Timestamp:
- 2017-11-23T23:18:01Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 503ffce
- Parents:
- 7c0e1f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/ipc.c
r7c0e1f5 rb1f36e3 135 135 sysarg_t arg2, sysarg_t arg3, void *private, ipc_async_callback_t callback) 136 136 { 137 async_call_t *call = NULL; 138 139 if (callback) { 140 call = ipc_prepare_async(private, callback); 141 if (!call) 142 return; 143 } 137 async_call_t *call = ipc_prepare_async(private, callback); 138 if (!call) 139 return; 144 140 145 141 ipc_callid_t callid = __SYSCALL6(SYS_IPC_CALL_ASYNC_FAST, phoneid,
Note:
See TracChangeset
for help on using the changeset viewer.