From ff08a41d8fee5af19433b1bf145d464148fbed21 Mon Sep 17 00:00:00 2001 From: Gordon Messmer Date: Sat, 16 May 2026 13:42:18 -0700 Subject: [PATCH] build: add missing versioned symbol Symbols added to the map in this commit were present in 1.1.4 and are not versioned in the current release. Signed-off-by: Gordon Messmer --- zlib.map | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/zlib.map b/zlib.map index 7a9100f03..8ed42e749 100644 --- a/zlib.map +++ b/zlib.map @@ -1,3 +1,48 @@ +ZLIB_1.1.4 { + global: + adler32; + compress2; + compress; + crc32; + deflate; + deflateCopy; + deflateEnd; + deflateInit2_; + deflateInit_; + deflateParams; + deflateReset; + deflateSetDictionary; + get_crc_table; + gzclose; + gzdopen; + gzeof; + gzerror; + gzflush; + gzgetc; + gzgets; + gzopen; + gzprintf; + gzputc; + gzputs; + gzread; + gzrewind; + gzseek; + gzsetparams; + gztell; + gzwrite; + inflate; + inflateEnd; + inflateInit2_; + inflateInit_; + inflateReset; + inflateSetDictionary; + inflateSync; + inflateSyncPoint; + uncompress; + zError; + zlibVersion; +}; + ZLIB_1.2.0 { global: compressBound; @@ -17,7 +62,7 @@ ZLIB_1.2.0 { gz_error; gz_intmax; _*; -}; +} ZLIB_1.1.4; ZLIB_1.2.0.2 { gzclearerr;