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