Changeset b11ee88 in mainline
- Timestamp:
- 2009-03-06T13:08:05Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e06da7e
- Parents:
- 56d5c7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc.c
r56d5c7f rb11ee88 937 937 * copy whole call->data, not only call->data.args */ 938 938 if (STRUCT_TO_USPACE(calldata, &call->data)) { 939 /* XXX 940 * To avoid deadlocks in synchronous calls 941 * this should be replaced by discarding 942 * the call and notifying the caller. 943 */ 939 944 return 0; 940 945 }
Note:
See TracChangeset
for help on using the changeset viewer.