diff options
Diffstat (limited to 'lib/libz/Symbol.map')
| -rw-r--r-- | lib/libz/Symbol.map | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libz/Symbol.map b/lib/libz/Symbol.map index 7bfe7cceda77..5df1d5253f91 100644 --- a/lib/libz/Symbol.map +++ b/lib/libz/Symbol.map @@ -7,6 +7,19 @@ ZLIB_1.2.12 { crc32_combine_op; }; +ZLIB_1.3.1.2 { + deflateUsed; +}; + +ZLIB_1.3.2 { + compressBound_z; + compress_z; + compress2_z; + deflateBound_z; + uncompress_z; + uncompress2_z; +}; + ZLIB_1.2.9 { inflateCodesUsed; inflateValidate; |
