freebsd-dev/lib/libz/Versions.def
Xin LI a2953f767d 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
2012-06-21 21:47:08 +00:00

15 lines
192 B
Modula-2

# $FreeBSD: head/lib/libz/Versions.def 205486 2010-03-22 22:12:27Z delphij $
ZLIB_1.2.4.0 {
};
ZLIB_1.2.7.0 {
} ZLIB_1.2.4.0;
FBSD_1.2 {
} ZLIB_1.2.4.0;
ZLIBprivate_1.0 {
} ZLIB_1.2.4.0;