git: f5196112e8bd - releng/13.1 - lib/libz: remove ZLIBprivate_1.0 namespace.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Apr 2022 20:02:42 UTC
The branch releng/13.1 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=f5196112e8bd53b7705f4f3d926c85f6ed5e09c4
commit f5196112e8bd53b7705f4f3d926c85f6ed5e09c4
Author: Xin LI <delphij@FreeBSD.org>
AuthorDate: 2022-04-03 18:32:47 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-04-04 20:02:13 +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)
(cherry picked from commit c4727a47f18cb54ebbab951157e57b019db09fc0)
Approved by: re (gjb)
---
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;
-