Changeset e6211f8 in mainline
- Timestamp:
- 2011-06-09T15:52:18Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 390d80d
- Parents:
- 15e54f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/devman.c
r15e54f5 re6211f8 262 262 263 263 async_wait_for(req, &retval); 264 if (retval != EOK) {264 if (retval == EOK) { 265 265 if (funh != NULL) 266 266 *funh = (int) IPC_GET_ARG1(answer);
Note:
See TracChangeset
for help on using the changeset viewer.