VirtualBox

Changeset 28497 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 19, 2010 8:49:00 PM (15 years ago)
Author:
vboxsync
Message:

Runtime/FreeBSD: Build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c

    r28479 r28497  
    9797
    9898
     99#undef RTSemMutexRequest
    99100RTDECL(int)  RTSemMutexRequest(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
    100101{
     
    141142
    142143
     144RTDECL(int) RTSemMutexRequestDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL)
     145{
     146    return RTSemMutexRequest(hMutexSem, cMillies);
     147}
     148
     149
     150#undef RTSemMutexRequestNoResume
    143151RTDECL(int)  RTSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
    144152{
     
    188196
    189197
     198RTDECL(int) RTSemMutexRequestNoResumeDebug(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies, RTHCUINTPTR uId, RT_SRC_POS_DECL)
     199{
     200    return RTSemMutexRequestNoResume(hMutexSem, cMillies);
     201}
     202
     203
    190204RTDECL(int)  RTSemMutexRelease(RTSEMMUTEX hMutexSem)
    191205{
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