shared-macros: use python vendor-packages dir without /64 in it
[unleashed-userland.git] / components / archiver / bzip2 / mapfile
blob5c9142e0ce78a4e81320ce5a4219a7194c077840
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
21 # MAPFILE HEADER START
23 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
24 # Object versioning must comply with the rules detailed in
26 #       usr/src/lib/README.mapfiles
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.
31 # MAPFILE HEADER END
33 # Note that the source above actually lives in the ON tree.
35 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
37 $mapfile_version 2
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         *;