libc: don't try to export mpool_stat

This requires that mpool.c be compiled with -DSTATISTICS and we provide
no mechanism to do this.

Differential Revision:	https://reviews.freebsd.org/D44185
This commit is contained in:
Brooks Davis 2024-04-16 18:01:25 +01:00
parent 0dd2f4a0cc
commit 1b10a30539

View file

@ -16,7 +16,6 @@ FBSD_1.0 {
mpool_put;
mpool_close;
mpool_sync;
mpool_stat;
};
FBSD_1.1 {