Changeset d7e245a in mainline for uspace/lib/c/generic/ipc.c
- Timestamp:
- 2017-11-26T20:13:07Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7b8f933
- Parents:
- 474c68b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/ipc.c
r474c68b rd7e245a 100 100 } 101 101 102 if (rc == IPC_CALLRET_FATAL) {102 if (rc != EOK) { 103 103 /* Call asynchronous handler with error code */ 104 104 if (call->callback)
Note:
See TracChangeset
for help on using the changeset viewer.