xref: /onnv-gate/usr/src/lib/libintl/common/mapfile-vers (revision 12692:4341b447c069)
1*12692SAli.Bahrami@Oracle.COM# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
20Sstevel@tonic-gate#
30Sstevel@tonic-gate# CDDL HEADER START
40Sstevel@tonic-gate#
50Sstevel@tonic-gate# The contents of this file are subject to the terms of the
68744SAli.Bahrami@Sun.COM# Common Development and Distribution License (the "License").
78744SAli.Bahrami@Sun.COM# You may not use this file except in compliance with the License.
80Sstevel@tonic-gate#
90Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
100Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
110Sstevel@tonic-gate# See the License for the specific language governing permissions
120Sstevel@tonic-gate# and limitations under the License.
130Sstevel@tonic-gate#
140Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
150Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
160Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
170Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
180Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
190Sstevel@tonic-gate#
200Sstevel@tonic-gate# CDDL HEADER END
210Sstevel@tonic-gate#
220Sstevel@tonic-gate
238744SAli.Bahrami@Sun.COM#
248744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
278744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
288744SAli.Bahrami@Sun.COM#
298744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
328744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM
37*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
38*12692SAli.Bahrami@Oracle.COM
39*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
400Sstevel@tonic-gate    global:
410Sstevel@tonic-gate	SUNW_1.1;
420Sstevel@tonic-gate    local:
430Sstevel@tonic-gate	*;
440Sstevel@tonic-gate} SUNW_0.8;
450Sstevel@tonic-gate
46*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_0.8 {
470Sstevel@tonic-gate    global:
48*12692SAli.Bahrami@Oracle.COM	dcgettext		{ TYPE = FUNCTION };
490Sstevel@tonic-gate} SUNW_0.7;
500Sstevel@tonic-gate
51*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_0.7 {
520Sstevel@tonic-gate    global:
53*12692SAli.Bahrami@Oracle.COM	gettext			{ TYPE = FUNCTION };
54*12692SAli.Bahrami@Oracle.COM	dgettext		{ TYPE = FUNCTION };
55*12692SAli.Bahrami@Oracle.COM	textdomain		{ TYPE = FUNCTION };
56*12692SAli.Bahrami@Oracle.COM	bindtextdomain		{ TYPE = FUNCTION };
570Sstevel@tonic-gate};
580Sstevel@tonic-gate
59*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
600Sstevel@tonic-gate    global:
610Sstevel@tonic-gate	SUNWprivate_1.1;
620Sstevel@tonic-gate};
63