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 # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
23 #
24
25 #
26 # MAPFILE HEADER START
27 #
28 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
29 # Object versioning must comply with the rules detailed in
30 #
31 # usr/src/lib/README.mapfiles
32 #
33 # You should not be making modifications here until you've read the most current
34 # copy of that file. If you need help, contact a gatekeeper for guidance.
35 #
36 # MAPFILE HEADER END
37 #
38
39 $mapfile_version 2
40
41 SYMBOL_VERSION SUNW_2.3 { # SunOS 5.11 (Solaris 11)
42 global:
87 __putlong;
88 _res;
89 res_init;
90 res_mkquery;
91 res_query;
92 res_querydomain;
93 res_search;
94 res_send;
95 res_update;
96 };
97
98 # There really should be only one SUNWprivate version.
99 # Don't add any more. Add new private symbols to SUNWprivate_2.2
100
101 SYMBOL_VERSION SUNWprivate_2.2 {
102 global:
103 isc_gethexstring;
104 isc_puthexstring;
105 __log_close_debug_channels;
106 __memactive;
107 p_sockun;
108 res_gethostbyname2;
109 res_getservers;
110 res_nametoclass;
111 res_nametotype;
112 res_nopt;
113 res_setservers;
114 } SUNWprivate_2.1;
115
116 SYMBOL_VERSION SUNWprivate_2.1 {
117 global:
118 __assertion_failed;
119 assertion_type_to_text;
120 b64_ntop;
121 __b64_ntop;
122 b64_pton;
123 __b64_pton;
124 __ctl_client;
125 __ctl_command;
126 __ctl_endclient;
|
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 # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
23 # Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
24 #
25
26 #
27 # MAPFILE HEADER START
28 #
29 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
30 # Object versioning must comply with the rules detailed in
31 #
32 # usr/src/lib/README.mapfiles
33 #
34 # You should not be making modifications here until you've read the most current
35 # copy of that file. If you need help, contact a gatekeeper for guidance.
36 #
37 # MAPFILE HEADER END
38 #
39
40 $mapfile_version 2
41
42 SYMBOL_VERSION SUNW_2.3 { # SunOS 5.11 (Solaris 11)
43 global:
88 __putlong;
89 _res;
90 res_init;
91 res_mkquery;
92 res_query;
93 res_querydomain;
94 res_search;
95 res_send;
96 res_update;
97 };
98
99 # There really should be only one SUNWprivate version.
100 # Don't add any more. Add new private symbols to SUNWprivate_2.2
101
102 SYMBOL_VERSION SUNWprivate_2.2 {
103 global:
104 isc_gethexstring;
105 isc_puthexstring;
106 __log_close_debug_channels;
107 __memactive;
108 __ns_name_pton2;
109 p_sockun;
110 res_gethostbyname2;
111 res_getservers;
112 res_nametoclass;
113 res_nametotype;
114 res_nopt;
115 res_setservers;
116 } SUNWprivate_2.1;
117
118 SYMBOL_VERSION SUNWprivate_2.1 {
119 global:
120 __assertion_failed;
121 assertion_type_to_text;
122 b64_ntop;
123 __b64_ntop;
124 b64_pton;
125 __b64_pton;
126 __ctl_client;
127 __ctl_command;
128 __ctl_endclient;
|