mirror of https://gitee.com/bigwinds/arangodb
try to pacify some compilers
This commit is contained in:
parent
7fcb007237
commit
cc27e9b88f
|
@ -123,7 +123,7 @@ void TRI_UnlockMutex (TRI_mutex_t* mutex) {
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void TRI_InitSpin (TRI_spin_t* spinLock) {
|
||||
pthread_spin_init(spinLock, nullptr);
|
||||
pthread_spin_init(spinLock, 0);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue