aboutsummaryrefslogtreecommitdiff
path: root/lib/libz/Symbol.map
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2012-06-21 21:47:08 +0000
committerXin LI <delphij@FreeBSD.org>2012-06-21 21:47:08 +0000
commita2953f767d9013ac3d74d17da0a95fea7a7c1c0f (patch)
tree77406785fe7cd37081c5a9cabb2dc128be5b4716 /lib/libz/Symbol.map
parent93af1bc41330b5d15edc1db4cac6f533059fcb1e (diff)
parent11598cceda4aa6b2db006d9dc3b7c80e9e727174 (diff)
downloadsrc-a2953f767d9013ac3d74d17da0a95fea7a7c1c0f.tar.gz
src-a2953f767d9013ac3d74d17da0a95fea7a7c1c0f.zip
MFV: Update zlib to 1.2.7.
(x86 assembler optimization disabled for now because it requires the new .cfi_* directives that is not supported by base system binutils). MFC after: 1 week
Notes
Notes: svn path=/head/; revision=237410
Diffstat (limited to 'lib/libz/Symbol.map')
-rw-r--r--lib/libz/Symbol.map9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libz/Symbol.map b/lib/libz/Symbol.map
index 2651efc70fa4..c9eef6f979d1 100644
--- a/lib/libz/Symbol.map
+++ b/lib/libz/Symbol.map
@@ -1,7 +1,14 @@
/*
- * $FreeBSD$
+ * $FreeBSD: head/lib/libz/Symbol.map 206709 2010-04-16 20:07:24Z delphij $
*/
+ZLIB_1.2.7.0 {
+ deflatePending;
+ deflateResetKeep;
+ gzgetc_;
+ inflateResetKeep;
+};
+
ZLIB_1.2.4.0 {
adler32;
adler32_combine;