Fix typo.
This commit is contained in:
parent
e4d6027c5e
commit
ea00986620
@ -183,7 +183,7 @@ struct rw_args {
|
||||
#endif
|
||||
|
||||
#ifdef INVARIANTS
|
||||
#define rw_assert(rw, what) _rw_assert((sx), (what), LOCK_FILE, LOCK_LINE)
|
||||
#define rw_assert(rw, what) _rw_assert((rw), (what), LOCK_FILE, LOCK_LINE)
|
||||
#else
|
||||
#define rw_assert(rw, what)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user