xref: /onnv-gate/usr/src/lib/libresolv/mapfile-vers (revision 5368:0557ad79abbf)
10Sstevel@tonic-gate#
20Sstevel@tonic-gate# CDDL HEADER START
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
70Sstevel@tonic-gate#
80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
100Sstevel@tonic-gate# See the License for the specific language governing permissions
110Sstevel@tonic-gate# and limitations under the License.
120Sstevel@tonic-gate#
130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
180Sstevel@tonic-gate#
190Sstevel@tonic-gate# CDDL HEADER END
200Sstevel@tonic-gate#
212522Sraf#
22*5368Srie# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
250Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
260Sstevel@tonic-gate#
272522Sraf
282522Sraf# Due to mistakes made early in the history of this library, there are
292522Sraf# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
302522Sraf# Don't add any symbols to this version.
312522Sraf
322522SrafSUNW_1.1 {
332522Sraf    global:
342522Sraf	SUNW_1.1;
352522Sraf} SUNW_0.7;
360Sstevel@tonic-gate
370Sstevel@tonic-gateSUNW_0.7 {
382522Sraf    global:
392522Sraf	dn_comp;
402522Sraf	dn_expand;
412522Sraf	dn_skipname;
422522Sraf	fp_query;
432522Sraf	_getlong;
442522Sraf	_getshort;
45*5368Srie	h_errno = NODIRECT FILTER libnsl.so.1;
462522Sraf	hostalias;
472522Sraf	p_cdname;
482522Sraf	p_class;
492522Sraf	p_query;
502522Sraf	p_rr;
512522Sraf	p_time;
522522Sraf	p_type;
532522Sraf	putlong;
542522Sraf	_res;
552522Sraf	res_init;
562522Sraf	res_mkquery;
572522Sraf	res_query;
582522Sraf	res_querydomain;
592522Sraf	res_search;
602522Sraf	res_send;
612522Sraf	strcasecmp = FUNCTION FILTER libc.so.1;
622522Sraf	strncasecmp = FUNCTION FILTER libc.so.1;
630Sstevel@tonic-gate};
642522Sraf
652522SrafSUNWprivate_1.1 {
662522Sraf    global:
672522Sraf	res_endhostent;
682522Sraf	res_gethostbyaddr;
692522Sraf	res_gethostbyname;
702522Sraf	_res_opcodes;
712522Sraf	_res_resultcodes;
722522Sraf	res_sethostent;
732522Sraf	__res_set_no_hosts_fallback;
742522Sraf    local:
752522Sraf	*;
762522Sraf};
77