FTK change. Fixed Solaris compile error.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@668 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1221,7 +1221,7 @@ FINLINE void posix_atomic_lock( void)
|
||||
#if defined( FLM_SOLARIS)
|
||||
for( ;;)
|
||||
{
|
||||
if( _lwp_mutex_lock( gv_atomicMutex) == 0)
|
||||
if( _lwp_mutex_lock( &gv_atomicMutex) == 0)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user