VirtualBox

Ignore:
Timestamp:
Oct 24, 2010 4:17:00 PM (14 years ago)
Author:
vboxsync
Message:

IPRT: Some old OS/2 build fixes.

File:
1 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    /*
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