Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2022 19:30:33 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c4727a47f18c - stable/13 - lib/libz: remove ZLIBprivate_1.0 namespace.
Message-ID:  <202204041930.234JUXTD075550@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

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

commit c4727a47f18cb54ebbab951157e57b019db09fc0
Author:     Xin LI <delphij@FreeBSD.org>
AuthorDate: 2022-04-03 18:32:47 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-04-04 19:30:18 +0000

    lib/libz: remove ZLIBprivate_1.0 namespace.
    
    These symbols were hidden and no longer exposed, and were never exposed in headers.
    
    MFC after:      3 days
    
    (cherry picked from commit a7f127b653c939976ac492595a8283b5de08ed0d)
---
 lib/libz/Symbol.map   | 14 --------------
 lib/libz/Versions.def |  3 ---
 2 files changed, 17 deletions(-)

diff --git a/lib/libz/Symbol.map b/lib/libz/Symbol.map
index 9e38aee72ed2..2cc2c76787ba 100644
--- a/lib/libz/Symbol.map
+++ b/lib/libz/Symbol.map
@@ -113,17 +113,3 @@ FBSD_1.6 {
 	zdopen;
 };
 
-ZLIBprivate_1.0 {
-	_tr_align;
-	_tr_flush_block;
-	_tr_init;
-	_tr_stored_block;
-	_tr_tally;
-	gz_error;
-	inflate_fast;
-	inflate_table;
-	longest_match;
-	match_init;
-	zcalloc;
-	zcfree;
-};
diff --git a/lib/libz/Versions.def b/lib/libz/Versions.def
index 34124ad99fd7..0de1c9037763 100644
--- a/lib/libz/Versions.def
+++ b/lib/libz/Versions.def
@@ -21,6 +21,3 @@ FBSD_1.2 {
 FBSD_1.6 {
 } FBSD_1.2;
 
-ZLIBprivate_1.0 {
-} ZLIB_1.2.4.0;
-



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