Module Name:    src
Committed By:   riastradh
Date:           Thu Nov 21 19:45:23 UTC 2024

Added Files:
        src/lib/libbz2: bz2.expsym

Log Message:
libbz2: Add expected symbols list.

PR lib/58838: shared libraries in base should all have expsym lists


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libbz2/bz2.expsym

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/lib/libbz2/bz2.expsym
diff -u /dev/null src/lib/libbz2/bz2.expsym:1.1
--- /dev/null	Thu Nov 21 19:45:23 2024
+++ src/lib/libbz2/bz2.expsym	Thu Nov 21 19:45:23 2024
@@ -0,0 +1,35 @@
+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_bzWriteClose
+BZ2_bzWriteClose64
+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_crc32Table
+BZ2_decompress
+BZ2_hbAssignCodes
+BZ2_hbCreateDecodeTables
+BZ2_hbMakeCodeLengths
+BZ2_indexIntoF
+BZ2_rNums

Reply via email to