components/bzip2/mapfile
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 11 Mar 2013 10:38:09 -0700
branchs11-update
changeset 2520 ceec631e74d1
parent 61 7684fe2a9eb5
permissions -rw-r--r--
Close of build 10.

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# MAPFILE HEADER START
#
# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
# Object versioning must comply with the rules detailed in
#
#	usr/src/lib/README.mapfiles
#
# You should not be making modifications here until you've read the most current
# copy of that file. If you need help, contact a gatekeeper for guidance.
#
# MAPFILE HEADER END
#
# Note that the source above actually lives in the ON tree.
#
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.

$mapfile_version 2

SYMBOL_VERSION SUNW_1.2 {
    global:
	BZ2_bzCompressInit ;
	BZ2_bzCompress ;
	BZ2_bzCompressEnd ;
	BZ2_bzDecompressInit ;
	BZ2_bzDecompress ;
	BZ2_bzDecompressEnd ;
	BZ2_bzReadOpen ;
	BZ2_bzReadClose ;
	BZ2_bzReadGetUnused ;
	BZ2_bzRead ;
	BZ2_bzWriteOpen ;
	BZ2_bzWrite ;
	BZ2_bzWriteClose ;
	BZ2_bzBuffToBuffCompress ;
	BZ2_bzBuffToBuffDecompress ;
	BZ2_bzlibVersion ;
	BZ2_bzopen ;
	BZ2_bzdopen ;
	BZ2_bzread ;
	BZ2_bzwrite ;
	BZ2_bzflush ;
	BZ2_bzclose ;
	BZ2_bzerror ;
	BZ2_bzWriteClose64 ;
    local:
	*;
} SUNW_1.1;

SYMBOL_VERSION SUNW_1.1 {
    global:
	bzCompressInit ;
	bzCompress ;
	bzCompressEnd ;
	bzDecompressInit ;
	bzDecompress ;
	bzDecompressEnd ;
	bzReadOpen ;
	bzReadClose ;
	bzReadGetUnused ;
	bzRead ;
	bzWriteOpen ;
	bzWrite ;
	bzWriteClose ;
	bzBuffToBuffCompress ;
	bzBuffToBuffDecompress ;
	bzlibVersion ;
	bzopen ;
	bzdopen ;
	bzread ;
	bzwrite ;
	bzflush ;
	bzclose ;
	bzerror ;
};