From 8e50fb08515ff0dd7e16247de47858cc204ac26e Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Tue, 13 Jan 2026 20:18:15 -0800 Subject: Move new external names to correct location in zlib.map. --- zlib.map | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zlib.map b/zlib.map index f505623c..d0b8a204 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 -- cgit v1.2.3-55-g6feb