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