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 #
  22 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23 #
  24 
  25 #
  26 # MAPFILE HEADER START
  27 #
  28 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  29 # Object versioning must comply with the rules detailed in
  30 #
  31 #       usr/src/lib/README.mapfiles
  32 #
  33 # You should not be making modifications here until you've read the most current
  34 # copy of that file. If you need help, contact a gatekeeper for guidance.
  35 #
  36 # MAPFILE HEADER END
  37 #
  38 
  39 $mapfile_version 2
  40 
  41 SYMBOL_VERSION SUNWprivate_1.1 {
  42     global:
  43         uu_alt_exit;
  44         uu_avl_create;
  45         uu_avl_destroy;
  46         uu_avl_find;
  47         uu_avl_first;
  48         uu_avl_insert;
  49         uu_avl_last;
  50         uu_avl_nearest_next;
  51         uu_avl_nearest_prev;
  52         uu_avl_next;
  53         uu_avl_node_fini;
  54         uu_avl_node_init;
  55         uu_avl_numnodes;
  56         uu_avl_pool_create;
  57         uu_avl_pool_destroy;
  58         uu_avl_prev;
  59         uu_avl_recreate;
  60         uu_avl_remove;
  61         uu_avl_teardown;
  62         uu_avl_walk;
  63         uu_avl_walk_end;
  64         uu_avl_walk_next;
  65         uu_avl_walk_start;
  66         uu_check_name;
  67         uu_die;
  68         uu_dprintf;
  69         uu_dprintf_create;
  70         uu_dprintf_destroy;
  71         uu_dprintf_getname;
  72         uu_dump;
  73         uu_error;
  74         uu_exit_fatal;
  75         uu_exit_ok;
  76         uu_exit_usage;
  77         uu_free;
  78         uu_getpname;
  79         uu_list_create;
  80         uu_list_destroy;
  81         uu_list_find;
  82         uu_list_first;
  83         uu_list_insert;
  84         uu_list_insert_after;
  85         uu_list_insert_before;
  86         uu_list_last;
  87         uu_list_nearest_next;
  88         uu_list_nearest_prev;
  89         uu_list_next;
  90         uu_list_node_fini;
  91         uu_list_node_init;
  92         uu_list_numnodes;
  93         uu_list_pool_create;
  94         uu_list_pool_destroy;
  95         uu_list_prev;
  96         uu_list_remove;
  97         uu_list_teardown;
  98         uu_list_walk;
  99         uu_list_walk_end;
 100         uu_list_walk_next;
 101         uu_list_walk_start;
 102         uu_memdup;
 103         uu_msprintf;
 104         uu_open_tmp;
 105         uu_setpname;
 106         uu_strbw;
 107         uu_strcaseeq;
 108         uu_strdup;
 109         uu_streq;
 110         uu_strerror;
 111         uu_strndup;
 112         uu_strtoint;
 113         uu_strtouint;
 114         uu_vdie;
 115         uu_vwarn;
 116         uu_vxdie;
 117         uu_warn;
 118         uu_xdie;
 119         uu_zalloc;
 120     local:
 121         *;
 122 };