diff options
| author | Xin LI <delphij@FreeBSD.org> | 2026-03-13 23:48:36 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2026-03-13 23:48:36 +0000 |
| commit | 280d433d4c13f3b31722d446ec868053887caf06 (patch) | |
| tree | 7ba0c0678315c114dcef41857e7710f6b3e31bc5 /zlib.map | |
| parent | f4695a30267c5d31987c7bc3eda906f55a8761be (diff) | |
Diffstat (limited to 'zlib.map')
| -rw-r--r-- | zlib.map | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -98,3 +98,19 @@ ZLIB_1.2.12 { crc32_combine_gen64; crc32_combine_op; } ZLIB_1.2.9; + +ZLIB_1.3.1.2 { + deflateUsed; +} ZLIB_1.2.12; + +ZLIB_1.3.2 { + global: + compressBound_z; + deflateBound_z; + compress_z; + compress2_z; + uncompress_z; + uncompress2_z; + local: + inflate_fixed; +} ZLIB_1.3.1.2; |
