aboutsummaryrefslogtreecommitdiff
path: root/zlib.map
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.map')
-rw-r--r--zlib.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/zlib.map b/zlib.map
index c99e973..3b443c7 100644
--- a/zlib.map
+++ b/zlib.map
@@ -15,6 +15,7 @@ ZLIB_1.2.0 {
15 zcfree; 15 zcfree;
16 z_errmsg; 16 z_errmsg;
17 gz_error; 17 gz_error;
18 gz_intmax;
18 gzio_old; 19 gzio_old;
19 _*; 20 _*;
20}; 21};
@@ -46,6 +47,11 @@ ZLIB_1.2.2.4 {
46} ZLIB_1.2.2.3; 47} ZLIB_1.2.2.3;
47 48
48ZLIB_1.2.3.3 { 49ZLIB_1.2.3.3 {
50 adler32_combine64;
51 crc32_combine64;
52 gzopen64;
53 gzseek64;
54 gztell64;
49 inflateUndermine; 55 inflateUndermine;
50} ZLIB_1.2.2.4; 56} ZLIB_1.2.2.4;
51 57