Grrr, s/INVARIANTS_SUPPORT/INVARIANT_SUPPORT/.
This commit is contained in:
parent
15ec816acc
commit
1103f3b05b
@ -598,7 +598,7 @@ _mtx_unlock_sleep(struct mtx *m, int opts, const char *file, int line)
|
||||
/*
|
||||
* The backing function for the INVARIANTS-enabled mtx_assert()
|
||||
*/
|
||||
#ifdef INVARIANTS_SUPPORT
|
||||
#ifdef INVARIANT_SUPPORT
|
||||
void
|
||||
_mtx_assert(struct mtx *m, int what, const char *file, int line)
|
||||
{
|
||||
|
@ -598,7 +598,7 @@ _mtx_unlock_sleep(struct mtx *m, int opts, const char *file, int line)
|
||||
/*
|
||||
* The backing function for the INVARIANTS-enabled mtx_assert()
|
||||
*/
|
||||
#ifdef INVARIANTS_SUPPORT
|
||||
#ifdef INVARIANT_SUPPORT
|
||||
void
|
||||
_mtx_assert(struct mtx *m, int what, const char *file, int line)
|
||||
{
|
||||
|
@ -598,7 +598,7 @@ _mtx_unlock_sleep(struct mtx *m, int opts, const char *file, int line)
|
||||
/*
|
||||
* The backing function for the INVARIANTS-enabled mtx_assert()
|
||||
*/
|
||||
#ifdef INVARIANTS_SUPPORT
|
||||
#ifdef INVARIANT_SUPPORT
|
||||
void
|
||||
_mtx_assert(struct mtx *m, int what, const char *file, int line)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user