[Zlib-devel] zlib 1.2.3.5 available for testing
Mark Adler
madler at alumni.caltech.edu
Fri Jan 29 00:25:14 EST 2010
On Jan 28, 2010, at 8:56 AM, Dmitry V. Levin wrote:
> Actually, a few symbols were added in zlib-1.2.3.3.tar.gz, too:
>
> --- zlib.map
> +++ zlib.map
> @@ -46,6 +46,11 @@
> } ZLIB_1.2.2.3;
>
> ZLIB_1.2.3.3 {
> + adler32_combine64;
> + crc32_combine64;
> + gzopen64;
> + gzseek64;
> + gztell64;
> inflateUndermine;
> } ZLIB_1.2.2.4;
Dmitry,
Thanks, I have added those.
However those are only there for the user of zlib.h if _LARGEFILE64_SOURCE is defined. So I'm not sure if it is correct to add those to zlib.map. Does someone who makes use of zlib.map know if adding those makes sense?
Mark
More information about the Zlib-devel
mailing list