Changeset 5c03bd30 in mainline for kernel/generic/src/ipc/sysipc.c
- Timestamp:
- 2018-11-11T08:42:43Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a5c468e, d314571
- Parents:
- aafed15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc.c
raafed15 r5c03bd30 830 830 831 831 /* 832 * Include phone hash of the caller in the request, copy the whole 833 * call->data, not only call->data.args. 832 * Copy the whole call->data to include the request label. 834 833 */ 835 834 rc = STRUCT_TO_USPACE(calldata, &call->data);
Note:
See TracChangeset
for help on using the changeset viewer.