components/bzip2/mapfile
changeset 61 7684fe2a9eb5
equal deleted inserted replaced
60:5e85cfafff25 61:7684fe2a9eb5
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # MAPFILE HEADER START
       
    22 #
       
    23 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
       
    24 # Object versioning must comply with the rules detailed in
       
    25 #
       
    26 #	usr/src/lib/README.mapfiles
       
    27 #
       
    28 # You should not be making modifications here until you've read the most current
       
    29 # copy of that file. If you need help, contact a gatekeeper for guidance.
       
    30 #
       
    31 # MAPFILE HEADER END
       
    32 #
       
    33 # Note that the source above actually lives in the ON tree.
       
    34 #
       
    35 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    36 
       
    37 $mapfile_version 2
       
    38 
       
    39 SYMBOL_VERSION SUNW_1.2 {
       
    40     global:
       
    41 	BZ2_bzCompressInit ;
       
    42 	BZ2_bzCompress ;
       
    43 	BZ2_bzCompressEnd ;
       
    44 	BZ2_bzDecompressInit ;
       
    45 	BZ2_bzDecompress ;
       
    46 	BZ2_bzDecompressEnd ;
       
    47 	BZ2_bzReadOpen ;
       
    48 	BZ2_bzReadClose ;
       
    49 	BZ2_bzReadGetUnused ;
       
    50 	BZ2_bzRead ;
       
    51 	BZ2_bzWriteOpen ;
       
    52 	BZ2_bzWrite ;
       
    53 	BZ2_bzWriteClose ;
       
    54 	BZ2_bzBuffToBuffCompress ;
       
    55 	BZ2_bzBuffToBuffDecompress ;
       
    56 	BZ2_bzlibVersion ;
       
    57 	BZ2_bzopen ;
       
    58 	BZ2_bzdopen ;
       
    59 	BZ2_bzread ;
       
    60 	BZ2_bzwrite ;
       
    61 	BZ2_bzflush ;
       
    62 	BZ2_bzclose ;
       
    63 	BZ2_bzerror ;
       
    64 	BZ2_bzWriteClose64 ;
       
    65     local:
       
    66 	*;
       
    67 } SUNW_1.1;
       
    68 
       
    69 SYMBOL_VERSION SUNW_1.1 {
       
    70     global:
       
    71 	bzCompressInit ;
       
    72 	bzCompress ;
       
    73 	bzCompressEnd ;
       
    74 	bzDecompressInit ;
       
    75 	bzDecompress ;
       
    76 	bzDecompressEnd ;
       
    77 	bzReadOpen ;
       
    78 	bzReadClose ;
       
    79 	bzReadGetUnused ;
       
    80 	bzRead ;
       
    81 	bzWriteOpen ;
       
    82 	bzWrite ;
       
    83 	bzWriteClose ;
       
    84 	bzBuffToBuffCompress ;
       
    85 	bzBuffToBuffDecompress ;
       
    86 	bzlibVersion ;
       
    87 	bzopen ;
       
    88 	bzdopen ;
       
    89 	bzread ;
       
    90 	bzwrite ;
       
    91 	bzflush ;
       
    92 	bzclose ;
       
    93 	bzerror ;
       
    94 };
       
    95