Changeset f6bc83a in mainline for uspace/lib/c/generic/io/log.c
- Timestamp:
- 2012-07-04T13:21:52Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ef5be68
- Parents:
- e1eda1e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/log.c
re1eda1e9 rf6bc83a 87 87 async_exchange_end(exchange); 88 88 89 /* 90 * Getting ENAK means no-one wants our message. That is not an 91 * error at all. 92 */ 93 if (rc == ENAK) 94 rc = EOK; 95 89 96 if (rc != EOK) { 90 97 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.