forked from OSchip/llvm-project
parent
27db23948c
commit
ce200fd4c6
|
@ -73,6 +73,7 @@ RWMutexImpl::RWMutexImpl()
|
|||
|
||||
// Initialize the rwlock
|
||||
int errorcode = pthread_rwlock_init(rwlock, NULL);
|
||||
(void)errorcode;
|
||||
assert(errorcode == 0);
|
||||
|
||||
// Assign the data member
|
||||
|
|
Loading…
Reference in New Issue