Changeset 20961 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Jun 26, 2009 8:45:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fileaio-posix.cpp
r19562 r20961 565 565 else 566 566 { 567 /* An error occur ed. */567 /* An error occurred. */ 568 568 RTFILEAIOREQ_SET_STATE(pReqInt, COMPLETED); 569 569 pReqInt->Rc = RTErrConvertFromErrno(rcPosix);
Note:
See TracChangeset
for help on using the changeset viewer.