Changeset a281fc82 in mainline
- Timestamp:
- 2010-02-06T09:47:40Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25e963a
- Parents:
- d42976c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/async.c
rd42976c ra281fc82 1310 1310 IPC_FF_ROUTE_FROM_ME); 1311 1311 if (retval != EOK) { 1312 async_wait_for(msg, NULL); 1312 1313 ipc_answer_0(callid, retval); 1313 1314 return retval; … … 1495 1496 IPC_FF_ROUTE_FROM_ME); 1496 1497 if (retval != EOK) { 1498 async_wait_for(msg, NULL); 1497 1499 ipc_answer_0(callid, retval); 1498 1500 return retval;
Note:
See TracChangeset
for help on using the changeset viewer.