VirtualBox

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


Ignore:
Timestamp:
Apr 19, 2008 9:02:49 PM (17 years ago)
Author:
vboxsync
Message:

OS/2: Fixed builds.

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

Legend:

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

    r8170 r8194  
    9696
    9797
    98 RTDECL(PRTCPUSET) RTMpGetOnlineSet(PRTCPUSET pSet);
     98RTDECL(PRTCPUSET) RTMpGetOnlineSet(PRTCPUSET pSet)
    9999{
    100100    union
  • trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp

    r8170 r8194  
    240240    {
    241241        if (    !pfnDestructor
    242             ||  __libc_TLSDestructor(iTls, (void (*)(void *, int, unsigned))pfnDestructor, fFlags) != -1)
     242            ||  __libc_TLSDestructor(iTls, (void (*)(void *, int, unsigned))pfnDestructor, 0) != -1)
    243243        {
    244244            *piTls = iTls;
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