components/libxslt/mapfile.exslt
changeset 732 3fbb6f34cd2f
parent 731 2a19ec4c0d8f
child 733 8a34b024f468
equal deleted inserted replaced
731:2a19ec4c0d8f 732:3fbb6f34cd2f
     1 #
       
     2 # MAPFILE HEADER START
       
     3 #
       
     4 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
       
     5 # Object versioning must comply with the rules detailed in
       
     6 #
       
     7 #	usr/src/lib/README.mapfiles
       
     8 #
       
     9 # You should not be making modifications here until you've read the most current
       
    10 # copy of that file. If you need help, contact a gatekeeper for guidance.
       
    11 #
       
    12 # MAPFILE HEADER END
       
    13 #
       
    14 # Note that the source above actually lives in the ON tree.
       
    15 #
       
    16 $mapfile_version 2
       
    17 
       
    18 SYMBOL_VERSION SUNW_1.1 {
       
    19 	global:
       
    20 		exsltCommonRegister;
       
    21 		exsltDateRegister;
       
    22 		exsltDynRegister;
       
    23 		exsltFuncRegister;
       
    24 		exsltMathRegister;
       
    25 		exsltRegisterAll;
       
    26 		exsltSaxonRegister;
       
    27 		exsltSetsRegister;
       
    28 		exsltStrRegister;
       
    29 		exsltLibexsltVersion;
       
    30 		exsltLibraryVersion;
       
    31 		exsltLibxmlVersion;
       
    32 		exsltLibxsltVersion;
       
    33 	local:
       
    34 		*;
       
    35 };