VirtualBox

Changeset 23405 in vbox


Ignore:
Timestamp:
Sep 29, 2009 10:46:21 AM (15 years ago)
Author:
vboxsync
Message:

Runtime/Aio-posix: Another difference in interpretation of the return code...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/fileaio-posix.cpp

    r23396 r23405  
    667667                        cReqsSubmit--;
    668668
     669#if defined(RT_OS_DARWIN) || defined(RT_OS_FREEBSD)
     670                        if (errno == EINVAL)
     671#else
    669672                        if (rcPosix == EINVAL)
     673#endif
    670674                        {
    671675                            /* Was not submitted. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette