components/libxslt/mapfile.exslt
author Gabriel Carrillo <Gabriel.Carrillo@Oracle.COM>
Wed, 25 Jul 2012 13:55:49 -0700
branchs11-sru
changeset 2314 3cf577077651
parent 148 33ca3897ae25
permissions -rw-r--r--
Added tag S11SRU10_04 for changeset cee15dd34514

#
# MAPFILE HEADER START
#
# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
# Object versioning must comply with the rules detailed in
#
#	usr/src/lib/README.mapfiles
#
# You should not be making modifications here until you've read the most current
# copy of that file. If you need help, contact a gatekeeper for guidance.
#
# MAPFILE HEADER END
#
# Note that the source above actually lives in the ON tree.
#
$mapfile_version 2

SYMBOL_VERSION SUNW_1.1 {
	global:
		exsltCommonRegister;
		exsltDateRegister;
		exsltDynRegister;
		exsltFuncRegister;
		exsltMathRegister;
		exsltRegisterAll;
		exsltSaxonRegister;
		exsltSetsRegister;
		exsltStrRegister;
		exsltLibexsltVersion;
		exsltLibraryVersion;
		exsltLibxmlVersion;
		exsltLibxsltVersion;
	local:
		*;
};