aboutsummaryrefslogtreecommitdiff
path: root/zlib.map
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2026-03-13 23:48:36 +0000
committerXin LI <delphij@FreeBSD.org>2026-03-13 23:48:36 +0000
commit280d433d4c13f3b31722d446ec868053887caf06 (patch)
tree7ba0c0678315c114dcef41857e7710f6b3e31bc5 /zlib.map
parentf4695a30267c5d31987c7bc3eda906f55a8761be (diff)
Diffstat (limited to 'zlib.map')
-rw-r--r--zlib.map16
1 files changed, 16 insertions, 0 deletions
diff --git a/zlib.map b/zlib.map
index 31544f2e93da..7a9100f03505 100644
--- a/zlib.map
+++ b/zlib.map
@@ -98,3 +98,19 @@ ZLIB_1.2.12 {
crc32_combine_gen64;
crc32_combine_op;
} ZLIB_1.2.9;
+
+ZLIB_1.3.1.2 {
+ deflateUsed;
+} ZLIB_1.2.12;
+
+ZLIB_1.3.2 {
+ global:
+ compressBound_z;
+ deflateBound_z;
+ compress_z;
+ compress2_z;
+ uncompress_z;
+ uncompress2_z;
+ local:
+ inflate_fixed;
+} ZLIB_1.3.1.2;