1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

Grrr, s/INVARIANTS_SUPPORT/INVARIANT_SUPPORT/.

This commit is contained in:
John Baldwin 2001-02-24 21:29:32 +00:00
parent 15ec816acc
commit 1103f3b05b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72996
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)
{