summaryrefslogtreecommitdiff
path: root/usr/src/lib/libresolv2/common/mapfile-vers
blob: e700b096359194a401af5db05aa2e5ec8ce6b853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident	"%Z%%M%	%I%	%E% SMI"
#
# Special mapfile to establish h_errno as a filter on libnsl.  As a filtered
# symbol, this isn't visible to apptrace, and thus doesn't have to be defined
# from the specfiles.  To ensure the symbol remains in .bss, with the correct
# size, its filtering capabilities are assigned here rather than via a specfile.

SUNW_2.1 {
	global:
		h_errno = FILTER libnsl.so.1;
};