Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2024 21:14:40 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1b10a30539c5 - main - libc: don't try to export mpool_stat
Message-ID:  <202404162114.43GLEeDD043630@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/src/commit/?id=1b10a30539c5b3e1a73352e661e7abfd2f53fead

commit 1b10a30539c5b3e1a73352e661e7abfd2f53fead
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-04-16 17:01:25 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-04-16 21:14:20 +0000

    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
---
 lib/libc/db/Symbol.map | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/libc/db/Symbol.map b/lib/libc/db/Symbol.map
index 2cca589af9f0..b46fb17e499d 100644
--- a/lib/libc/db/Symbol.map
+++ b/lib/libc/db/Symbol.map
@@ -16,7 +16,6 @@ FBSD_1.0 {
 	mpool_put;
 	mpool_close;
 	mpool_sync;
-	mpool_stat;
 };
 
 FBSD_1.1 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404162114.43GLEeDD043630>