[Zlib-devel] zlib 1.2.3.5 available for testing

Mark Adler madler at alumni.caltech.edu
Sun Jan 10 21:34:27 EST 2010


On Jan 10, 2010, at 5:34 PM, Dmitry V. Levin wrote:
> However, if this new symbol is not expected to be exported, then
> it should go to "local" as proposed by Mark Brown.

gz_error() is also "local".  So should the last entry look like this?

ZLIB_1.2.3.5 {
  global:
    gzbuffer;
    gzoffset;
    gzoffset64;
    gzclose_r;
    gzclose_w;
  local:
    gz_error;
    gzio_old;
} ZLIB_1.2.3.4;

Mark





More information about the Zlib-devel mailing list