Changeset 23405 in vbox
- Timestamp:
- Sep 29, 2009 10:46:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fileaio-posix.cpp
r23396 r23405 667 667 cReqsSubmit--; 668 668 669 #if defined(RT_OS_DARWIN) || defined(RT_OS_FREEBSD) 670 if (errno == EINVAL) 671 #else 669 672 if (rcPosix == EINVAL) 673 #endif 670 674 { 671 675 /* Was not submitted. */
Note:
See TracChangeset
for help on using the changeset viewer.