61N/A#
61N/A# CDDL HEADER START
61N/A#
61N/A# The contents of this file are subject to the terms of the
61N/A# Common Development and Distribution License (the "License").
61N/A# You may not use this file except in compliance with the License.
61N/A#
61N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
61N/A# or http://www.opensolaris.org/os/licensing.
61N/A# See the License for the specific language governing permissions
61N/A# and limitations under the License.
61N/A#
61N/A# When distributing Covered Code, include this CDDL HEADER in each
61N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
61N/A# If applicable, add the following below this CDDL HEADER, with the
61N/A# fields enclosed by brackets "[]" replaced with your own identifying
61N/A# information: Portions Copyright [yyyy] [name of copyright owner]
61N/A#
61N/A# CDDL HEADER END
61N/A#
61N/A# MAPFILE HEADER START
61N/A#
61N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
61N/A# Object versioning must comply with the rules detailed in
61N/A#
61N/A# usr/src/lib/README.mapfiles
61N/A#
61N/A# You should not be making modifications here until you've read the most current
61N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
61N/A#
61N/A# MAPFILE HEADER END
61N/A#
61N/A# Note that the source above actually lives in the ON tree.
61N/A#
61N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
61N/A
61N/A$mapfile_version 2
61N/A
61N/ASYMBOL_VERSION SUNW_1.2 {
61N/A global:
61N/A BZ2_bzCompressInit ;
61N/A BZ2_bzCompress ;
61N/A BZ2_bzCompressEnd ;
61N/A BZ2_bzDecompressInit ;
61N/A BZ2_bzDecompress ;
61N/A BZ2_bzDecompressEnd ;
61N/A BZ2_bzReadOpen ;
61N/A BZ2_bzReadClose ;
61N/A BZ2_bzReadGetUnused ;
61N/A BZ2_bzRead ;
61N/A BZ2_bzWriteOpen ;
61N/A BZ2_bzWrite ;
61N/A BZ2_bzWriteClose ;
61N/A BZ2_bzBuffToBuffCompress ;
61N/A BZ2_bzBuffToBuffDecompress ;
61N/A BZ2_bzlibVersion ;
61N/A BZ2_bzopen ;
61N/A BZ2_bzdopen ;
61N/A BZ2_bzread ;
61N/A BZ2_bzwrite ;
61N/A BZ2_bzflush ;
61N/A BZ2_bzclose ;
61N/A BZ2_bzerror ;
61N/A BZ2_bzWriteClose64 ;
61N/A local:
61N/A *;
61N/A} SUNW_1.1;
61N/A
61N/ASYMBOL_VERSION SUNW_1.1 {
61N/A global:
61N/A bzCompressInit ;
61N/A bzCompress ;
61N/A bzCompressEnd ;
61N/A bzDecompressInit ;
61N/A bzDecompress ;
61N/A bzDecompressEnd ;
61N/A bzReadOpen ;
61N/A bzReadClose ;
61N/A bzReadGetUnused ;
61N/A bzRead ;
61N/A bzWriteOpen ;
61N/A bzWrite ;
61N/A bzWriteClose ;
61N/A bzBuffToBuffCompress ;
61N/A bzBuffToBuffDecompress ;
61N/A bzlibVersion ;
61N/A bzopen ;
61N/A bzdopen ;
61N/A bzread ;
61N/A bzwrite ;
61N/A bzflush ;
61N/A bzclose ;
61N/A bzerror ;
61N/A};
61N/A