mapfile revision 2893
184N/A#
184N/A# CDDL HEADER START
184N/A#
184N/A# The contents of this file are subject to the terms of the
184N/A# Common Development and Distribution License (the "License").
184N/A# You may not use this file except in compliance with the License.
184N/A#
184N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
184N/A# or http://www.opensolaris.org/os/licensing.
184N/A# See the License for the specific language governing permissions
184N/A# and limitations under the License.
184N/A#
184N/A# When distributing Covered Code, include this CDDL HEADER in each
184N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
184N/A# If applicable, add the following below this CDDL HEADER, with the
184N/A# fields enclosed by brackets "[]" replaced with your own identifying
184N/A# information: Portions Copyright [yyyy] [name of copyright owner]
184N/A#
184N/A# CDDL HEADER END
184N/A#
184N/A# MAPFILE HEADER START
184N/A#
184N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
184N/A# Object versioning must comply with the rules detailed in
184N/A#
184N/A# usr/src/lib/README.mapfiles
184N/A#
184N/A# You should not be making modifications here until you've read the most current
184N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
184N/A#
184N/A# MAPFILE HEADER END
184N/A#
184N/A# Note that the source above actually lives in the ON tree.
184N/A#
2893N/A# Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved.
184N/A#
184N/A# public interfaces in libz
184N/A#
184N/A$mapfile_version 2
184N/A
2893N/ASYMBOL_VERSION SUNW_1.3 {
2893N/A global:
2893N/A deflatePending ;
2893N/A inflateGetDictionary ;
2893N/A inflateReset2 ;
2893N/A inflateMark ;
2893N/A gzbuffer ;
2893N/A gzoffset ;
2893N/A gzclose_r ;
2893N/A gzclose_w ;
2893N/A gzopen64 ;
2893N/A gzseek64 ;
2893N/A gztell64 ;
2893N/A gzoffset64 ;
2893N/A adler32_combine64 ;
2893N/A crc32_combine64 ;
2893N/A inflateUndermine ;
2893N/A inflateResetKeep ;
2893N/A deflateResetKeep ;
2893N/A gzvprintf ;
2893N/A} SUNW_1.2;
2893N/A
184N/ASYMBOL_VERSION SUNW_1.2 {
184N/A global:
184N/A deflateTune ;
184N/A deflateBound ;
184N/A deflatePrime ;
184N/A deflateSetHeader ;
184N/A inflateCopy ;
184N/A inflatePrime ;
184N/A inflateGetHeader ;
184N/A inflateBack ;
184N/A inflateBackEnd ;
184N/A zlibCompileFlags ;
184N/A compressBound ;
184N/A gzungetc ;
184N/A gzdirect ;
184N/A gzclearerr ;
184N/A adler32_combine ;
184N/A crc32_combine ;
184N/A} SUNW_1.1;
184N/A
184N/ASYMBOL_VERSION SUNW_1.1 {
184N/A global:
184N/A zlibVersion ;
184N/A deflateInit_ ;
184N/A deflateInit2_ ;
184N/A deflate ;
184N/A deflateSetDictionary ;
184N/A deflateCopy ;
184N/A deflateReset ;
184N/A deflateParams ;
184N/A deflateEnd ;
184N/A inflateInit_ ;
184N/A inflateInit2_ ;
184N/A inflate ;
184N/A inflateSetDictionary ;
184N/A inflateSync ;
184N/A inflateReset ;
184N/A inflateEnd ;
184N/A compress ;
184N/A compress2 ;
184N/A uncompress ;
184N/A gzopen ;
184N/A gzdopen ;
184N/A gzsetparams ;
184N/A gzread ;
184N/A gzwrite ;
184N/A gzprintf ;
184N/A gzputs ;
184N/A gzgets ;
184N/A gzputc ;
184N/A gzgetc ;
184N/A gzflush ;
184N/A gzseek ;
184N/A gzrewind ;
184N/A gztell ;
184N/A gzeof ;
184N/A gzclose ;
184N/A gzerror ;
184N/A adler32 ;
184N/A crc32 ;
184N/A zError ;
184N/A inflateSyncPoint ;
184N/A get_crc_table ;
184N/A};
184N/A
184N/ASYMBOL_VERSION SUNWprivate {
184N/A global:
184N/A inflateBackInit_ ;
881N/A longest_match ;
184N/A local: *;
184N/A};
184N/A