diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-12-05 21:27:33 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2022-01-14 16:17:30 +0000 |
commit | 379bfb2aa9e940d1ddb6ed3fd113a543c0db3572 (patch) | |
tree | dbc5666e7fac1b65afc56309b0dc19cf88942155 /lib/libmemstat | |
parent | 6e676b5550e89ac084dab73397d3586755a4a9c5 (diff) |
sys/bitset.h: reduce visibility of BIT_* macros
(cherry picked from commit 5e04571cf3cf4024be926976a6abf19626df30be)
Diffstat (limited to 'lib/libmemstat')
-rw-r--r-- | lib/libmemstat/memstat_uma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libmemstat/memstat_uma.c b/lib/libmemstat/memstat_uma.c index b416cbc63297..980a674ab76e 100644 --- a/lib/libmemstat/memstat_uma.c +++ b/lib/libmemstat/memstat_uma.c @@ -28,6 +28,8 @@ * $FreeBSD$ */ +#define _WANT_FREEBSD_BITSET + #include <sys/param.h> #include <sys/counter.h> #include <sys/cpuset.h> |