ck_rwlock: Improve code legibility.

ck_pring
Samy Al Bahra 12 years ago
parent 334b15e6e0
commit 1ea5769fd4

@ -54,7 +54,7 @@ ck_rwlock_write_unlock(ck_rwlock_t *rw)
{
ck_pr_fence_memory();
ck_pr_store_uint(&rw->writer, false);
ck_pr_store_uint(&rw->writer, 0);
return;
}

Loading…
Cancel
Save