xref: /titanic_41/usr/src/lib/libsaveargs/common/mapfile-vers (revision 702941cd97e30d600c2c1275823bc58231b2c361)
1*702941cdSRichard Lowe#
2*702941cdSRichard Lowe# This file and its contents are supplied under the terms of the
3*702941cdSRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4*702941cdSRichard Lowe# You may only use this file in accordance with the terms of version
5*702941cdSRichard Lowe# 1.0 of the CDDL.
6*702941cdSRichard Lowe#
7*702941cdSRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8*702941cdSRichard Lowe# source.  A copy of the CDDL is also available via the Internet at
9*702941cdSRichard Lowe# http://www.illumos.org/license/CDDL.
10*702941cdSRichard Lowe#
11*702941cdSRichard Lowe
12*702941cdSRichard Lowe# Copyright 2013, Richard Lowe.
13*702941cdSRichard Lowe
14*702941cdSRichard Lowe#
15*702941cdSRichard Lowe# MAPFILE HEADER START
16*702941cdSRichard Lowe#
17*702941cdSRichard Lowe# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
18*702941cdSRichard Lowe# Object versioning must comply with the rules detailed in
19*702941cdSRichard Lowe#
20*702941cdSRichard Lowe#	usr/src/lib/README.mapfiles
21*702941cdSRichard Lowe#
22*702941cdSRichard Lowe# You should not be making modifications here until you've read the most current
23*702941cdSRichard Lowe# copy of that file. If you need help, contact a gatekeeper for guidance.
24*702941cdSRichard Lowe#
25*702941cdSRichard Lowe# MAPFILE HEADER END
26*702941cdSRichard Lowe#
27*702941cdSRichard Lowe
28*702941cdSRichard Lowe$mapfile_version 2
29*702941cdSRichard Lowe
30*702941cdSRichard LoweSYMBOL_VERSION ILLUMOSprivate {
31*702941cdSRichard Lowe	global:
32*702941cdSRichard Lowe		saveargs_has_args;
33*702941cdSRichard Lowe	local:
34*702941cdSRichard Lowe		*;
35*702941cdSRichard Lowe};
36