mapfile-vers revision 12692:4341b447c069
1183234Ssimon#
2183234Ssimon# CDDL HEADER START
3183234Ssimon#
4183234Ssimon# The contents of this file are subject to the terms of the
5183234Ssimon# Common Development and Distribution License (the "License").
6183234Ssimon# You may not use this file except in compliance with the License.
7183234Ssimon#
8183234Ssimon# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9183234Ssimon# or http://www.opensolaris.org/os/licensing.
10183234Ssimon# See the License for the specific language governing permissions
11183234Ssimon# and limitations under the License.
12183234Ssimon#
13183234Ssimon# When distributing Covered Code, include this CDDL HEADER in each
14183234Ssimon# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15183234Ssimon# If applicable, add the following below this CDDL HEADER, with the
16183234Ssimon# fields enclosed by brackets "[]" replaced with your own identifying
17183234Ssimon# information: Portions Copyright [yyyy] [name of copyright owner]
18183234Ssimon#
19183234Ssimon# CDDL HEADER END
20183234Ssimon#
21183234Ssimon
22183234Ssimon#
23183234Ssimon# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
24183234Ssimon#
25183234Ssimon
26183234Ssimon#
27183234Ssimon# MAPFILE HEADER START
28183234Ssimon#
29183234Ssimon# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30183234Ssimon# Object versioning must comply with the rules detailed in
31183234Ssimon#
32183234Ssimon#	usr/src/lib/README.mapfiles
33183234Ssimon#
34183234Ssimon# You should not be making modifications here until you've read the most current
35183234Ssimon# copy of that file. If you need help, contact a gatekeeper for guidance.
36183234Ssimon#
37183234Ssimon# MAPFILE HEADER END
38183234Ssimon#
39183234Ssimon
40183234Ssimon$mapfile_version 2
41183234Ssimon
42183234Ssimon#
43183234Ssimon# Scope everything local -- our .init section is our only public interface.
44183234Ssimon#
45183234SsimonSYMBOL_SCOPE {
46183234Ssimon	local:
47183234Ssimon		*;
48183234Ssimon};
49183234Ssimon