Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/agc-symver]: src/lib/libbz2 add symbol versioning information for libbz2



details:   https://anonhg.NetBSD.org/src/rev/4a4058f2b12d
branches:  agc-symver
changeset: 785643:4a4058f2b12d
user:      agc <agc%NetBSD.org@localhost>
date:      Sun Mar 31 05:42:49 2013 +0000

description:
add symbol versioning information for libbz2

diffstat:

 lib/libbz2/Version.map |  45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 002aa39d8dc1 -r 4a4058f2b12d lib/libbz2/Version.map
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libbz2/Version.map    Sun Mar 31 05:42:49 2013 +0000
@@ -0,0 +1,45 @@
+LIBBZ2_1.1.0.0 {
+global:
+       BZ2_blockSort;
+       BZ2_bsInitWrite;
+       BZ2_bzBuffToBuffCompress;
+       BZ2_bzBuffToBuffDecompress;
+       BZ2_bzCompress;
+       BZ2_bzCompressEnd;
+       BZ2_bzCompressInit;
+       BZ2_bzDecompress;
+       BZ2_bzDecompressEnd;
+       BZ2_bzDecompressInit;
+       BZ2_bzRead;
+       BZ2_bzReadClose;
+       BZ2_bzReadGetUnused;
+       BZ2_bzReadOpen;
+       BZ2_bzWrite;
+       BZ2_bzWriteClose64;
+       BZ2_bzWriteClose;
+       BZ2_bzWriteOpen;
+       BZ2_bz__AssertH__fail;
+       BZ2_bzclose;
+       BZ2_bzdopen;
+       BZ2_bzerror;
+       BZ2_bzflush;
+       BZ2_bzlibVersion;
+       BZ2_bzopen;
+       BZ2_bzread;
+       BZ2_bzwrite;
+       BZ2_compressBlock;
+       BZ2_decompress;
+       BZ2_hbAssignCodes;
+       BZ2_hbCreateDecodeTables;
+       BZ2_hbMakeCodeLengths;
+       BZ2_indexIntoF;
+};
+
+NetBSD_6.99.18.0 {
+} LIBBZ2_1.1.0.0;
+
+LIBBZ2_private_1.1.0.0 {
+local:
+       *;
+};
+



Home | Main Index | Thread Index | Old Index