Changeset 22969 in vbox
- Timestamp:
- Sep 11, 2009 11:00:59 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 52242
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/fileaio-linux.cpp
r21505 r22969 726 726 */ 727 727 if (RT_UNLIKELY(aPortEvents[i].rc < 0)) 728 pReqInt->Rc = RTErrConvertFromErrno( aPortEvents[i].rc);728 pReqInt->Rc = RTErrConvertFromErrno(-aPortEvents[i].rc); /* Convert to positive value. */ 729 729 else 730 730 {
Note:
See TracChangeset
for help on using the changeset viewer.