components/bzip2/mapfile
author Rich Burridge <rich.burridge@oracle.com>
Tue, 20 Mar 2012 09:27:53 -0700
changeset 739 fd5e421b1434
parent 61 7684fe2a9eb5
permissions -rw-r--r--
7085609 openexr and ilmbase need license file upgrade 7085613 libmng needs license file upgrade 7085624 lighttpd needs TPNO and license file modifications 7085966 iperf needs TPNO and license file modifications 7085948 swig needs TPNO and license file modifications 7085963 tcpdump needs TPNO and license file modifications 7085967 Lua needs TPNO and license file modifications 7123118 libxslt needs TPNO and license file modifications 7123119 libxml2 needs TPNO and license file modifications 7133262 areca needs TPNO and license file modifications 7151922 autogen needs TPNO and license file modifications

#
# 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 ;
};