Commit 8e50fb0 for zlib
commit 8e50fb08515ff0dd7e16247de47858cc204ac26e
Author: Mark Adler <git@madler.net>
Date: Tue Jan 13 20:18:15 2026 -0800
Move new external names to correct location in zlib.map.
diff --git a/zlib.map b/zlib.map
index f505623..d0b8a20 100644
--- a/zlib.map
+++ b/zlib.map
@@ -11,11 +11,9 @@ ZLIB_1.2.0 {
inflate_copyright;
inflate_fast;
inflate_table;
- inflate_fixed;
zcalloc;
zcfree;
z_errmsg;
- z_once;
gz_error;
gz_intmax;
_*;
@@ -106,10 +104,14 @@ ZLIB_1.3.1.2 {
} ZLIB_1.2.12;
ZLIB_1.3.2 {
+ global:
compressBound_z;
deflateBound_z;
compress_z;
compress2_z;
uncompress_z;
uncompress2_z;
+ local:
+ inflate_fixed;
+ z_once;
} ZLIB_1.3.1.2;
\ No newline at end of file