xref: /onnv-gate/usr/src/lib/libresolv/mapfile-vers (revision 8744:03d5725cda56)
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*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
232522Sraf# Use is subject to license terms.
242522Sraf#
25*8744SAli.Bahrami@Sun.COM
26*8744SAli.Bahrami@Sun.COM#
27*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
28*8744SAli.Bahrami@Sun.COM#
29*8744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
31*8744SAli.Bahrami@Sun.COM#
32*8744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
33*8744SAli.Bahrami@Sun.COM#
34*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
35*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
36*8744SAli.Bahrami@Sun.COM#
37*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
380Sstevel@tonic-gate#
392522Sraf
402522Sraf# Due to mistakes made early in the history of this library, there are
412522Sraf# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
422522Sraf# Don't add any symbols to this version.
432522Sraf
442522SrafSUNW_1.1 {
452522Sraf    global:
462522Sraf	SUNW_1.1;
472522Sraf} SUNW_0.7;
480Sstevel@tonic-gate
490Sstevel@tonic-gateSUNW_0.7 {
502522Sraf    global:
512522Sraf	dn_comp;
522522Sraf	dn_expand;
532522Sraf	dn_skipname;
542522Sraf	fp_query;
552522Sraf	_getlong;
562522Sraf	_getshort;
575368Srie	h_errno = NODIRECT FILTER libnsl.so.1;
582522Sraf	hostalias;
592522Sraf	p_cdname;
602522Sraf	p_class;
612522Sraf	p_query;
622522Sraf	p_rr;
632522Sraf	p_time;
642522Sraf	p_type;
652522Sraf	putlong;
662522Sraf	_res;
672522Sraf	res_init;
682522Sraf	res_mkquery;
692522Sraf	res_query;
702522Sraf	res_querydomain;
712522Sraf	res_search;
722522Sraf	res_send;
732522Sraf	strcasecmp = FUNCTION FILTER libc.so.1;
742522Sraf	strncasecmp = FUNCTION FILTER libc.so.1;
750Sstevel@tonic-gate};
762522Sraf
772522SrafSUNWprivate_1.1 {
782522Sraf    global:
792522Sraf	res_endhostent;
802522Sraf	res_gethostbyaddr;
812522Sraf	res_gethostbyname;
822522Sraf	_res_opcodes;
832522Sraf	_res_resultcodes;
842522Sraf	res_sethostent;
852522Sraf	__res_set_no_hosts_fallback;
862522Sraf    local:
872522Sraf	*;
882522Sraf};
89