git: a7f127b653c9 - main - lib/libz: remove ZLIBprivate_1.0 namespace.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Apr 2022 21:40:25 UTC
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=a7f127b653c939976ac492595a8283b5de08ed0d commit a7f127b653c939976ac492595a8283b5de08ed0d Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2022-04-03 18:32:47 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2022-04-03 21:38:31 +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 --- 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; -