xref: /illumos-gate/usr/src/lib/libresolv/mapfile-vers (revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5f808c858Sraf# Common Development and Distribution License (the "License").
6f808c858Sraf# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
21f808c858Sraf#
22*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23f808c858Sraf# Use is subject to license terms.
24f808c858Sraf#
25*bfed486aSAli Bahrami
26*bfed486aSAli Bahrami#
27*bfed486aSAli Bahrami# MAPFILE HEADER START
28*bfed486aSAli Bahrami#
29*bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
31*bfed486aSAli Bahrami#
32*bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
33*bfed486aSAli Bahrami#
34*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
35*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
36*bfed486aSAli Bahrami#
37*bfed486aSAli Bahrami# MAPFILE HEADER END
387c478bd9Sstevel@tonic-gate#
39f808c858Sraf
40f808c858Sraf# Due to mistakes made early in the history of this library, there are
41f808c858Sraf# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
42f808c858Sraf# Don't add any symbols to this version.
43f808c858Sraf
44f808c858SrafSUNW_1.1 {
45f808c858Sraf    global:
46f808c858Sraf	SUNW_1.1;
47f808c858Sraf} SUNW_0.7;
487c478bd9Sstevel@tonic-gate
497c478bd9Sstevel@tonic-gateSUNW_0.7 {
507c478bd9Sstevel@tonic-gate    global:
51f808c858Sraf	dn_comp;
52f808c858Sraf	dn_expand;
53f808c858Sraf	dn_skipname;
54f808c858Sraf	fp_query;
55f808c858Sraf	_getlong;
56f808c858Sraf	_getshort;
573c4993fbSrie	h_errno = NODIRECT FILTER libnsl.so.1;
58f808c858Sraf	hostalias;
59f808c858Sraf	p_cdname;
60f808c858Sraf	p_class;
61f808c858Sraf	p_query;
62f808c858Sraf	p_rr;
63f808c858Sraf	p_time;
64f808c858Sraf	p_type;
65f808c858Sraf	putlong;
66f808c858Sraf	_res;
67f808c858Sraf	res_init;
68f808c858Sraf	res_mkquery;
69f808c858Sraf	res_query;
70f808c858Sraf	res_querydomain;
71f808c858Sraf	res_search;
72f808c858Sraf	res_send;
73f808c858Sraf	strcasecmp = FUNCTION FILTER libc.so.1;
74f808c858Sraf	strncasecmp = FUNCTION FILTER libc.so.1;
75f808c858Sraf};
76f808c858Sraf
77f808c858SrafSUNWprivate_1.1 {
78f808c858Sraf    global:
79f808c858Sraf	res_endhostent;
80f808c858Sraf	res_gethostbyaddr;
81f808c858Sraf	res_gethostbyname;
82f808c858Sraf	_res_opcodes;
83f808c858Sraf	_res_resultcodes;
84f808c858Sraf	res_sethostent;
85f808c858Sraf	__res_set_no_hosts_fallback;
86f808c858Sraf    local:
87f808c858Sraf	*;
887c478bd9Sstevel@tonic-gate};
89