xref: /onnv-gate/usr/src/lib/libintl/common/mapfile-vers (revision 8744:03d5725cda56)
1*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
20Sstevel@tonic-gate# Use is subject to license terms.
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# CDDL HEADER START
50Sstevel@tonic-gate#
60Sstevel@tonic-gate# The contents of this file are subject to the terms of the
7*8744SAli.Bahrami@Sun.COM# Common Development and Distribution License (the "License").
8*8744SAli.Bahrami@Sun.COM# You may not use this file except in compliance with the License.
90Sstevel@tonic-gate#
100Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
120Sstevel@tonic-gate# See the License for the specific language governing permissions
130Sstevel@tonic-gate# and limitations under the License.
140Sstevel@tonic-gate#
150Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
160Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
170Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
180Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
190Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
200Sstevel@tonic-gate#
210Sstevel@tonic-gate# CDDL HEADER END
220Sstevel@tonic-gate#
230Sstevel@tonic-gate
24*8744SAli.Bahrami@Sun.COM#
25*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
26*8744SAli.Bahrami@Sun.COM#
27*8744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
28*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
29*8744SAli.Bahrami@Sun.COM#
30*8744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
31*8744SAli.Bahrami@Sun.COM#
32*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
33*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
34*8744SAli.Bahrami@Sun.COM#
35*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
36*8744SAli.Bahrami@Sun.COM#
37*8744SAli.Bahrami@Sun.COM
380Sstevel@tonic-gateSUNW_1.1 {
390Sstevel@tonic-gate    global:
400Sstevel@tonic-gate	SUNW_1.1;
410Sstevel@tonic-gate    local:
420Sstevel@tonic-gate	*;
430Sstevel@tonic-gate} SUNW_0.8;
440Sstevel@tonic-gate
450Sstevel@tonic-gateSUNW_0.8 {
460Sstevel@tonic-gate    global:
470Sstevel@tonic-gate	dcgettext = FUNCTION;
480Sstevel@tonic-gate} SUNW_0.7;
490Sstevel@tonic-gate
500Sstevel@tonic-gateSUNW_0.7 {
510Sstevel@tonic-gate    global:
520Sstevel@tonic-gate	gettext = FUNCTION;
530Sstevel@tonic-gate	dgettext = FUNCTION;
540Sstevel@tonic-gate	textdomain = FUNCTION;
550Sstevel@tonic-gate	bindtextdomain = FUNCTION;
560Sstevel@tonic-gate};
570Sstevel@tonic-gate
580Sstevel@tonic-gateSUNWprivate_1.1 {
590Sstevel@tonic-gate    global:
600Sstevel@tonic-gate	SUNWprivate_1.1;
610Sstevel@tonic-gate};
62