Changeset ac59a39 in mainline
- Timestamp:
- 2008-04-07T22:37:33Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f689a3e
- Parents:
- 1383356
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/ipc.c
r1383356 rac59a39 771 771 772 772 *callid = async_get_call(&data); 773 if (IPC_GET_METHOD(data) != IPC_M_ DATA_WRITE)773 if (IPC_GET_METHOD(data) != IPC_M_SHARE_OUT) 774 774 return 0; 775 775 *size = (size_t) IPC_GET_ARG2(data);
Note:
See TracChangeset
for help on using the changeset viewer.