VirtualBox

Changeset 19568 in vbox for trunk


Ignore:
Timestamp:
May 11, 2009 8:02:25 AM (16 years ago)
Author:
vboxsync
Message:

Corrected return type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/critsect.h

    r19531 r19568  
    305305 * @param   pCritSect       The Critical section
    306306 */
    307 DECLINLINE(uint32_t) RTCritSectGetWaiters(PCRTCRITSECT pCritSect)
     307DECLINLINE(int32_t) RTCritSectGetWaiters(PCRTCRITSECT pCritSect)
    308308{
    309309    return pCritSect->cLockers;
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