VirtualBox

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


Ignore:
Timestamp:
Aug 18, 2015 9:03:48 AM (9 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/tls-posix.cpp

    r57358 r57405  
    5858{
    5959    pthread_key_t iTls = (pthread_key_t)NIL_RTTLS;
     60#if defined(__GNUC__) && defined(RT_ARCH_X86)
     61    int rc = pthread_key_create(&iTls, (void (*)(void*))pfnDestructor);
     62#else
    6063    int rc = pthread_key_create(&iTls, pfnDestructor);
     64#endif
    6165    if (!rc)
    6266    {
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