diff options
| author | Xin LI <delphij@FreeBSD.org> | 2010-04-16 20:07:24 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2010-04-16 20:07:24 +0000 |
| commit | 0c5aed59ee17fba47e089a089a822ac07af83009 (patch) | |
| tree | dbf6f6b719bdd26e8b2a5d0216e064059320c205 /lib/libz | |
| parent | d413c90f0d44d820f3cae67799150a62af6a0b0f (diff) | |
Notes
Diffstat (limited to 'lib/libz')
| -rw-r--r-- | lib/libz/Symbol.map | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libz/Symbol.map b/lib/libz/Symbol.map index 714606b59491..2651efc70fa4 100644 --- a/lib/libz/Symbol.map +++ b/lib/libz/Symbol.map @@ -4,11 +4,13 @@ ZLIB_1.2.4.0 { adler32; + adler32_combine; adler32_combine64; compress; compress2; compressBound; crc32; + crc32_combine; crc32_combine64; deflate; deflateBound; @@ -35,15 +37,19 @@ ZLIB_1.2.4.0 { gzflush; gzgetc; gzgets; + gzoffset; gzoffset64; + gzopen; gzopen64; gzprintf; gzputc; gzputs; gzread; gzrewind; + gzseek; gzseek64; gzsetparams; + gztell; gztell64; gzungetc; gzwrite; @@ -80,13 +86,7 @@ ZLIBprivate_1.0 { _tr_init; _tr_stored_block; _tr_tally; - adler32_combine; - crc32_combine; gz_error; - gzoffset; - gzopen; - gzseek; - gztell; inflate_fast; inflate_table; longest_match; |
