Grrr, s/INVARIANTS_SUPPORT/INVARIANT_SUPPORT/.

This commit is contained in:
jhb 2001-02-24 21:29:32 +00:00
parent 59969ced20
commit de4709b849
3 changed files with 3 additions and 3 deletions

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{