VirtualBox

Changeset 7938 in vbox


Ignore:
Timestamp:
Apr 11, 2008 6:16:35 PM (17 years ago)
Author:
vboxsync
Message:

Solaris: semrw-posix fix.

File:
1 edited

Legend:

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

    r7922 r7938  
    4444#ifdef RT_OS_SOLARIS
    4545# define ATOMIC_GET_PTHREAD_T(pvVar, pThread) ASMAtomicReadSize(pvVar, pThread)
    46 # define ATOMIC_SET_PTHREAD_T(pvVar, pThread) ASMAtomicReadSize(pvVar, pThread)
     46# define ATOMIC_SET_PTHREAD_T(pvVar, pThread) ASMAtomicWriteSize(pvVar, pThread)
    4747#else
    4848AssertCompileSize(pthread_t, sizeof(void *));
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