1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 2017 Peter Tribble.
24#
25
26#
27# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
28#
29
30#
31# MAPFILE HEADER START
32#
33# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
34# Object versioning must comply with the rules detailed in
35#
36#	usr/src/lib/README.mapfiles
37#
38# You should not be making modifications here until you've read the most current
39# copy of that file. If you need help, contact a gatekeeper for guidance.
40#
41# MAPFILE HEADER END
42#
43
44$mapfile_version 2
45
46SYMBOL_VERSION SUNWprivate {
47    global:
48	add_cache;
49	attrdefault;
50	attrpreset;
51	averify;
52	basepath;
53	canonize;
54	canonize_slashes;
55	cgrgid;
56	cgrnam;
57	checksum_off;
58	checksum_on;
59	ckparam;
60	ckvolseq;
61	clgrgid;
62	clgrnam;
63	clpwnam;
64	clpwuid;
65	compute_checksum;
66	cpwnam;
67	cpwuid;
68	cverify;
69	devtype;
70	disable_attribute_check;
71	ds_close;
72	ds_fd_open;
73	ds_findpkg;
74	ds_getinfo;
75	ds_getpkg;
76	ds_ginit;
77	ds_init;
78	ds_next;
79	ds_order;
80	ds_putinfo;
81	ds_readbuf;
82	ds_skiptoend;
83	e_ExecCmdArray;
84	e_ExecCmdList;
85	ecleanup;
86	enable_local_fs;
87	epclose;
88	epopen;
89	esystem;
90	fmkdir;
91	fverify;
92	getErrbufAddr;
93	getErrbufSize;
94	getErrstr;
95	get_categories;
96	get_disable_attribute_check;
97	get_prog_name;
98	getmapmode;
99	gpkglist;
100	gpkgmap;
101	gpkgmapvfp;
102	holdcinfo	{ ASSERT = { TYPE = OBJECT; SIZE = 4; }; };
103	init_cache;
104	isFdRemote;
105	isFstypeRemote;
106	isPathRemote;
107	is_not_valid_category;
108	is_not_valid_length;
109	iscpio;
110	isdir;
111	isfile;
112	logerr;
113	lookup_cache;
114	mappath;
115	mapvar;
116	nonABI_symlinks;
117	path_valid;
118	pkgclosefilter;
119	pkgcloseserver;
120	pkgcmd;
121	pkgexecl;
122	pkgexecv;
123	pkggetentry;
124	pkggetentry_named;
125	pkghead;
126	pkglist_cont;
127	pkgmodeargument;
128	pkgmount;
129	pkgopenfilter;
130	pkgopenserver;
131	pkgparsemode;
132	pkgservercommitfile;
133	pkgservergetmode;
134	pkgserversetmode;
135	pkgstrAddToken;
136	pkgstrContainsToken;
137	pkgstrConvertPathToBasename;
138	pkgstrConvertPathToDirname;
139	pkgstrConvertUllToTimeString_r;
140	pkgstrExpandTokens;
141	pkgstrGetToken;
142	pkgstrGetToken_r;
143	pkgstrLocatePathBasename;
144	pkgstrNumTokens;
145	pkgstrPrintf;
146	pkgstrPrintf_r;
147	pkgstrRemoveLeadingWhitespace;
148	pkgstrRemoveToken;
149	pkgstrScaleNumericString;
150	pkgsync;
151	pkgsync_needed;
152	pkgtrans;
153	pkgumount;
154	ppkgmap;
155	progerr;
156	putcfile;
157	putcvfpfile;
158	restore_local_fs;
159	rpterr;
160	rrmdir;
161	setErrstr;
162	set_memalloc_failure_func;
163	set_nonABI_symlinks;
164	set_prog_name;
165	setmapmode;
166	srchcfile;
167	tputcfent;
168	vfpCheckpointFile;
169	vfpCheckpointOpen;
170	vfpClearModified;
171	vfpClose;
172	vfpGetModified;
173	vfpOpen;
174	vfpRewind;
175	vfpSafePwrite;
176	vfpSafeWrite;
177	vfpSetFlags;
178	vfpSetModified;
179	vfpSetSize;
180	vfpTruncate;
181	vfpWriteToFile;
182	xmalloc;
183	xrealloc;
184	xstrdup;
185    local:
186	*;
187};
188