json-c: add 32 bit library, needed in order to be able to build fontconfig in 32...
[oi-userland.git] / components / library / zlib / mapfile
blobef8b546c2827ad7e9330efa13a9ed1e753f144bd
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) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
37 # public interfaces in libz
39 $mapfile_version 2
41 SYMBOL_VERSION ILLUMOS_0.1 {
42     global:
43         adler32_z;
44         crc32_z;
45         deflateGetDictionary;
46         gzfread;
47         gzfwrite;
48         inflateCodesUsed;
49         inflateValidate;
50         uncompress2;
51 } SUNW_1.3;
53 SYMBOL_VERSION SUNW_1.3 {
54     global:
55         adler32_combine64;
56         crc32_combine64;
57         gzopen64;
58         gzseek64;
59         gztell64;
60         inflateUndermine;
61         inflateReset2;
62         inflateMark;
63         gzbuffer;
64         gzoffset;
65         gzoffset64;
66         gzclose_r;
67         gzclose_w;
68         deflatePending;
69         deflateResetKeep;
70         gzgetc_;
71         inflateResetKeep;
72         inflateGetDictionary;
73         gzvprintf;
74 } SUNW_1.2;
76 SYMBOL_VERSION SUNW_1.2 {
77     global:
78         deflateTune ;
79         deflateBound ;
80         deflatePrime ;
81         deflateSetHeader ;
82         inflateCopy ;
83         inflatePrime ;
84         inflateGetHeader ;
85         inflateBack ;
86         inflateBackEnd ;
87         zlibCompileFlags ;
88         compressBound ;
89         gzungetc ;
90         gzdirect ;
91         gzclearerr ;
92         adler32_combine ;
93         crc32_combine ;
94 } SUNW_1.1;
96 SYMBOL_VERSION SUNW_1.1 {
97     global:
98         zlibVersion ;
99         deflateInit_ ;
100         deflateInit2_ ;
101         deflate ;
102         deflateSetDictionary ;
103         deflateCopy ;
104         deflateReset ;
105         deflateParams ;
106         deflateEnd ;
107         inflateInit_ ;
108         inflateInit2_ ;
109         inflate ;
110         inflateSetDictionary ;
111         inflateSync ;
112         inflateReset ;
113         inflateEnd ;
114         compress ;
115         compress2 ;
116         uncompress ;
117         gzopen ;
118         gzdopen ;
119         gzsetparams ;
120         gzread ;
121         gzwrite ;
122         gzprintf ;
123         gzputs ;
124         gzgets ;
125         gzputc ;
126         gzgetc ;
127         gzflush ;
128         gzseek ;
129         gzrewind ;
130         gztell ;
131         gzeof ;
132         gzclose ;
133         gzerror ;
134         adler32 ;
135         crc32 ;
136         zError ;
137         inflateSyncPoint ;
138         get_crc_table ;
141 SYMBOL_VERSION SUNWprivate {
142     global:
143         inflateBackInit_ ;
144     local: *;