1a5f69788Scraigm#
2a5f69788Scraigm# CDDL HEADER START
3a5f69788Scraigm#
4a5f69788Scraigm# The contents of this file are subject to the terms of the
5a5f69788Scraigm# Common Development and Distribution License (the "License").
6a5f69788Scraigm# You may not use this file except in compliance with the License.
7a5f69788Scraigm#
8a5f69788Scraigm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9a5f69788Scraigm# or http://www.opensolaris.org/os/licensing.
10a5f69788Scraigm# See the License for the specific language governing permissions
11a5f69788Scraigm# and limitations under the License.
12a5f69788Scraigm#
13a5f69788Scraigm# When distributing Covered Code, include this CDDL HEADER in each
14a5f69788Scraigm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a5f69788Scraigm# If applicable, add the following below this CDDL HEADER, with the
16a5f69788Scraigm# fields enclosed by brackets "[]" replaced with your own identifying
17a5f69788Scraigm# information: Portions Copyright [yyyy] [name of copyright owner]
18a5f69788Scraigm#
19a5f69788Scraigm# CDDL HEADER END
20a5f69788Scraigm#
2131c168a2Scraigm
2231c168a2Scraigm#
23*cd3e9333SAli Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
2431c168a2Scraigm#
25bfed486aSAli Bahrami
26bfed486aSAli Bahrami#
27bfed486aSAli Bahrami# MAPFILE HEADER START
28bfed486aSAli Bahrami#
29bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
31bfed486aSAli Bahrami#
32bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
33bfed486aSAli Bahrami#
34bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
35bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
36bfed486aSAli Bahrami#
37bfed486aSAli Bahrami# MAPFILE HEADER END
38a5f69788Scraigm#
39*cd3e9333SAli Bahrami
40*cd3e9333SAli Bahrami$mapfile_version 2
41*cd3e9333SAli Bahrami
42*cd3e9333SAli BahramiSYMBOL_SCOPE {
4331c168a2Scraigm    local:
4431c168a2Scraigm	*;
4531c168a2Scraigm};
46