open-src/lib/libXtsol/sun-src/mapfile-vers
changeset 1472 c19b22da05b6
parent 943 294f64612d23
equal deleted inserted replaced
1471:2f067a9929a1 1472:c19b22da05b6
     1 # Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
     1 # Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
     2 #
     2 #
     3 # Permission is hereby granted, free of charge, to any person obtaining a
     3 # Permission is hereby granted, free of charge, to any person obtaining a
     4 # copy of this software and associated documentation files (the "Software"),
     4 # copy of this software and associated documentation files (the "Software"),
     5 # to deal in the Software without restriction, including without limitation
     5 # to deal in the Software without restriction, including without limitation
     6 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     6 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    16 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
    16 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
    17 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    17 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    18 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
    18 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
    19 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    19 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    20 # DEALINGS IN THE SOFTWARE.
    20 # DEALINGS IN THE SOFTWARE.
       
    21 
    21 SUNW_1.1 {
    22 SUNW_1.1 {
    22     global:
    23     global:
    23 	XTSOLgetResAttributes;
    24 	XTSOLgetResAttributes;
    24 	XTSOLsetResLabel;
    25 	XTSOLsetResLabel;
    25 	XTSOLsetResUID;
    26 	XTSOLsetResUID;
    44 	XTSOLgetWorkstationOwner;
    45 	XTSOLgetWorkstationOwner;
    45 	XTSOLMakeUntrustedWindow;
    46 	XTSOLMakeUntrustedWindow;
    46     local:
    47     local:
    47 	*;
    48 	*;
    48 };
    49 };
    49 
       
    50 SUNWprivate_1.1 {
       
    51     global:
       
    52 	auditwrite;
       
    53 	aw_perror;
       
    54 	aw_perror_r;
       
    55 	aw_geterrno;
       
    56 	aw_strerror;
       
    57 	aw_errno;
       
    58 };
       
    59