Changeset 466e95f7 in mainline for kernel/generic/src/ipc/ops/clnestab.c
- Timestamp:
- 2012-10-03T21:08:54Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- faa45c17
- Parents:
- 716185d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ops/clnestab.c
r716185d r466e95f7 45 45 } 46 46 47 static voidanswer_cleanup(call_t *answer, ipc_data_t *olddata)47 static int answer_cleanup(call_t *answer, ipc_data_t *olddata) 48 48 { 49 49 phone_t *phone = (phone_t *) IPC_GET_ARG5(*olddata); … … 57 57 } 58 58 mutex_unlock(&phone->lock); 59 60 return EOK; 59 61 } 60 62
Note:
See TracChangeset
for help on using the changeset viewer.