Changeset d7e245a in mainline for uspace/lib/c/generic/ipc.c


Ignore:
Timestamp:
2017-11-26T20:13:07Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7b8f933
Parents:
474c68b
Message:

Use ordinary errors instead of IPC_CALLRET_FATAL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/ipc.c

    r474c68b rd7e245a  
    100100        }
    101101       
    102         if (rc == IPC_CALLRET_FATAL) {
     102        if (rc != EOK) {
    103103                /* Call asynchronous handler with error code */
    104104                if (call->callback)
Note: See TracChangeset for help on using the changeset viewer.