VirtualBox

Changeset 23343 in vbox for trunk


Ignore:
Timestamp:
Sep 25, 2009 4:30:58 PM (15 years ago)
Author:
vboxsync
Message:

AIO/Posix: Build fix

File:
1 edited

Legend:

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

    r23342 r23343  
    564564                    if (rcPosix != EINPROGRESS)
    565565                    {
     566                        cReqsSubmit--;
     567
    566568                        if (rcPosix == EINVAL)
    567569                        {
     
    580582                             */
    581583#if defined(RT_OS_DARWIN)
    582                             Assert(rcPosix == -1)
     584                            Assert(rcPosix == -1);
    583585                            pReqInt->Rc = RTErrConvertFromErrno(errno);
    584586#elif defined(RT_OS_LINUX)
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