aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adler <git@madler.net>2026-01-13 20:18:15 -0800
committerMark Adler <git@madler.net>2026-01-18 10:25:01 -0800
commit8e50fb08515ff0dd7e16247de47858cc204ac26e (patch)
tree4c0ba086e128a982de8b9f346abdbebb79983e53
parentedd88953de3a8560b0925ad0637490925f086317 (diff)
downloadzlib-8e50fb08515ff0dd7e16247de47858cc204ac26e.tar.gz
zlib-8e50fb08515ff0dd7e16247de47858cc204ac26e.tar.bz2
zlib-8e50fb08515ff0dd7e16247de47858cc204ac26e.zip
Move new external names to correct location in zlib.map.
-rw-r--r--zlib.map6
1 files 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 {
11 inflate_copyright; 11 inflate_copyright;
12 inflate_fast; 12 inflate_fast;
13 inflate_table; 13 inflate_table;
14 inflate_fixed;
15 zcalloc; 14 zcalloc;
16 zcfree; 15 zcfree;
17 z_errmsg; 16 z_errmsg;
18 z_once;
19 gz_error; 17 gz_error;
20 gz_intmax; 18 gz_intmax;
21 _*; 19 _*;
@@ -106,10 +104,14 @@ ZLIB_1.3.1.2 {
106} ZLIB_1.2.12; 104} ZLIB_1.2.12;
107 105
108ZLIB_1.3.2 { 106ZLIB_1.3.2 {
107 global:
109 compressBound_z; 108 compressBound_z;
110 deflateBound_z; 109 deflateBound_z;
111 compress_z; 110 compress_z;
112 compress2_z; 111 compress2_z;
113 uncompress_z; 112 uncompress_z;
114 uncompress2_z; 113 uncompress2_z;
114 local:
115 inflate_fixed;
116 z_once;
115} ZLIB_1.3.1.2; \ No newline at end of file 117} ZLIB_1.3.1.2; \ No newline at end of file