- Timestamp:
- Sep 25, 2009 4:30:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fileaio-posix.cpp
r23342 r23343 564 564 if (rcPosix != EINPROGRESS) 565 565 { 566 cReqsSubmit--; 567 566 568 if (rcPosix == EINVAL) 567 569 { … … 580 582 */ 581 583 #if defined(RT_OS_DARWIN) 582 Assert(rcPosix == -1) 584 Assert(rcPosix == -1); 583 585 pReqInt->Rc = RTErrConvertFromErrno(errno); 584 586 #elif defined(RT_OS_LINUX)
Note:
See TracChangeset
for help on using the changeset viewer.