VirtualBox

Changeset 54360 in vbox


Ignore:
Timestamp:
Feb 23, 2015 1:12:31 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98449
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c

    r54358 r54360  
    8888DECLHIDDEN(void) rtThreadNativeWaitKludge(PRTTHREADINT pThread)
    8989{
    90     kthread_t *pThread = (kthread_t *)pThread->Core.Key;
    91     thread_join(pThread);
     90    kthread_t *pNativeThread = (kthread_t *)pThread->Core.Key;
     91    thread_join(pNativeThread);
    9292}
    9393
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette