Changeset fa81b5f in mainline
- Timestamp:
- 2008-08-20T19:20:17Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 216d6fc
- Parents:
- ddd1219
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/ipc.c
rddd1219 rfa81b5f 683 683 int res; 684 684 sysarg_t tmp_flags; 685 res = ipc_call_sync_3_2(phoneid, IPC_M_SHARE_IN, (ipcarg_t) dst,685 res = async_req_3_2(phoneid, IPC_M_SHARE_IN, (ipcarg_t) dst, 686 686 (ipcarg_t) size, arg, NULL, &tmp_flags); 687 687 if (flags) … … 743 743 int ipc_share_out_start(int phoneid, void *src, int flags) 744 744 { 745 return ipc_call_sync_3_0(phoneid, IPC_M_SHARE_OUT, (ipcarg_t) src, 0,745 return async_req_3_0(phoneid, IPC_M_SHARE_OUT, (ipcarg_t) src, 0, 746 746 (ipcarg_t) flags); 747 747 }
Note:
See TracChangeset
for help on using the changeset viewer.