1# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
2# Use is subject to license terms.
3#
4# CDDL HEADER START
5#
6# The contents of this file are subject to the terms of the
7# Common Development and Distribution License (the "License").
8# You may not use this file except in compliance with the License.
9#
10# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11# or http://www.opensolaris.org/os/licensing.
12# See the License for the specific language governing permissions
13# and limitations under the License.
14#
15# When distributing Covered Code, include this CDDL HEADER in each
16# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17# If applicable, add the following below this CDDL HEADER, with the
18# fields enclosed by brackets "[]" replaced with your own identifying
19# information: Portions Copyright [yyyy] [name of copyright owner]
20#
21# CDDL HEADER END
22#
23
24#
25# MAPFILE HEADER START
26#
27# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
28# Object versioning must comply with the rules detailed in
29#
30#	usr/src/lib/README.mapfiles
31#
32# You should not be making modifications here until you've read the most current
33# copy of that file. If you need help, contact a gatekeeper for guidance.
34#
35# MAPFILE HEADER END
36#
37
38SUNW_1.1 {
39    global:
40	SUNW_1.1;
41    local:
42	*;
43} SUNW_0.8;
44
45SUNW_0.8 {
46    global:
47	getwc = FUNCTION;
48	putwc = FUNCTION;
49	iswctype = FUNCTION;
50	wcscoll = FUNCTION;
51	wcsftime = FUNCTION;
52	wcstod = FUNCTION;
53	wcstol = FUNCTION;
54	wcstoul = FUNCTION;
55	wcscat = FUNCTION;
56	wcsncat = FUNCTION;
57	wcscmp = FUNCTION;
58	wcsncmp = FUNCTION;
59	wcscpy = FUNCTION;
60	wcsncpy = FUNCTION;
61	wcslen = FUNCTION;
62	wcwidth = FUNCTION;
63	wcswidth = FUNCTION;
64	wcschr = FUNCTION;
65	wcsrchr = FUNCTION;
66	wcspbrk = FUNCTION;
67	wcsxfrm = FUNCTION;
68	wctype = FUNCTION;
69	strtows = FUNCTION;
70	wcscspn = FUNCTION;
71	wcsspn = FUNCTION;
72	wcstok = FUNCTION;
73	wcswcs = FUNCTION;
74	wstostr = FUNCTION;
75} SUNW_0.7;
76
77SUNW_0.7 {
78    global:
79	getws = FUNCTION;
80	fgetws = FUNCTION;
81	fgetwc = FUNCTION;
82	getwchar = FUNCTION;
83	ungetwc = FUNCTION;
84	iswalpha = FUNCTION;
85	iswupper = FUNCTION;
86	iswlower = FUNCTION;
87	iswdigit = FUNCTION;
88	iswxdigit = FUNCTION;
89	iswalnum = FUNCTION;
90	iswspace = FUNCTION;
91	iswpunct = FUNCTION;
92	iswprint = FUNCTION;
93	iswgraph = FUNCTION;
94	iswcntrl = FUNCTION;
95	isphonogram = FUNCTION;
96	isideogram = FUNCTION;
97	isenglish = FUNCTION;
98	isnumber = FUNCTION;
99	isspecial = FUNCTION;
100	putws = FUNCTION;
101	fputwc = FUNCTION;
102	fputws = FUNCTION;
103	putwchar = FUNCTION;
104	towlower = FUNCTION;
105	towupper = FUNCTION;
106	wscoll = FUNCTION;
107	wstod = FUNCTION;
108	wstol = FUNCTION;
109	wscat = FUNCTION;
110	wsncat = FUNCTION;
111	wscmp = FUNCTION;
112	wsncmp = FUNCTION;
113	wscpy = FUNCTION;
114	wsncpy = FUNCTION;
115	wslen = FUNCTION;
116	wschr = FUNCTION;
117	wsrchr = FUNCTION;
118	wspbrk = FUNCTION;
119	wsxfrm = FUNCTION;
120	wsprintf = FUNCTION;
121	wsscanf = FUNCTION;
122	wscasecmp = FUNCTION;
123	wsncasecmp = FUNCTION;
124	wsdup = FUNCTION;
125	wscol = FUNCTION;
126	watoll = FUNCTION;
127	wscspn = FUNCTION;
128	wsspn = FUNCTION;
129	wstok = FUNCTION;
130	wstoll = FUNCTION;
131};
132
133SUNWprivate_1.1 {
134    global:
135	SUNWprivate_1.1;
136};
137