freebsd-dev/lib/libz/Versions.def
Mark Johnston 8e2a46c8bd Add zdopen(3) to complement zopen(3).
zdopen() can be used in capability mode.  Update zopen.3 accordingly
and fix some grammar nits while I'm here.

Reviewed by:	delphij
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D18456
2018-12-06 20:03:06 +00:00

24 lines
213 B
Modula-2

# $FreeBSD$
ZLIB_1.2.4.0 {
};
ZLIB_1.2.7.0 {
} ZLIB_1.2.4.0;
ZLIB_1.2.7.1 {
} ZLIB_1.2.7.0;
ZLIB_1.2.9 {
} ZLIB_1.2.7.1;
FBSD_1.2 {
} ZLIB_1.2.4.0;
FBSD_1.6 {
} FBSD_1.2;
ZLIBprivate_1.0 {
} ZLIB_1.2.4.0;