- Timestamp:
- Aug 5, 2011 3:32:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp
r37774 r38332 417 417 pReqInt = pahReqs[i]; 418 418 rcBSD = aio_error(&pReqInt->AioCB); 419 if (rcBSD == EINVAL || rcBSD == EAGAIN) 419 if ( rcBSD == -1 420 && errno == EINVAL) 420 421 { 421 422 /* Was not submitted. */
Note:
See TracChangeset
for help on using the changeset viewer.