Changeset 8194 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 19, 2008 9:02:49 PM (17 years ago)
- 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 96 96 97 97 98 RTDECL(PRTCPUSET) RTMpGetOnlineSet(PRTCPUSET pSet) ;98 RTDECL(PRTCPUSET) RTMpGetOnlineSet(PRTCPUSET pSet) 99 99 { 100 100 union -
trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp
r8170 r8194 240 240 { 241 241 if ( !pfnDestructor 242 || __libc_TLSDestructor(iTls, (void (*)(void *, int, unsigned))pfnDestructor, fFlags) != -1)242 || __libc_TLSDestructor(iTls, (void (*)(void *, int, unsigned))pfnDestructor, 0) != -1) 243 243 { 244 244 *piTls = iTls;
Note:
See TracChangeset
for help on using the changeset viewer.