VirtualBox

Changeset 33393 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Oct 24, 2010 4:17:00 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66982
Message:

IPRT: Some old OS/2 build fixes.

Location:
trunk/src/VBox/Runtime/r3/os2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/os2/sems-os2.cpp

    r33269 r33393  
    345345}
    346346
     347RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL)
     348{
     349//    RTLOCKVALSRCPOS SrcPos = RTLOCKVALSRCPOS_INIT_DEBUG_API();
     350//    return rtSemMutexRequestNoResume(hMutexSem, cMillies, &SrcPos);
     351    return RTSemMutexRequestNoResume(hMutexSem, cMillies);
     352}
     353
     354
    347355RTDECL(int)  RTSemMutexRelease(RTSEMMUTEX hMutexSem)
    348356{
     
    358366
    359367
    360 RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem);
     368RTDECL(bool) RTSemMutexIsOwned(RTSEMMUTEX hMutexSem)
    361369{
    362370    /*
  • trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp

    r32914 r33393  
    4545#include <iprt/assert.h>
    4646#include <iprt/alloc.h>
    47 #include <iprt/asm.h>
     47#include <iprt/asm-amd64-x86.h>
    4848#include <iprt/string.h>
    4949#include <iprt/err.h>
Note: See TracChangeset for help on using the changeset viewer.

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