1*0Sstevel@tonic-gate#
2*0Sstevel@tonic-gate# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
3*0Sstevel@tonic-gate# Use is subject to license terms.
4*0Sstevel@tonic-gate#
5*0Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
6*0Sstevel@tonic-gate#
7*0Sstevel@tonic-gate# Special mapfile to establish h_errno as a filter on libnsl.  As a filtered
8*0Sstevel@tonic-gate# symbol, this isn't visible to apptrace, and thus doesn't have to be defined
9*0Sstevel@tonic-gate# from the specfiles.  To ensure the symbol remains in .bss, with the correct
10*0Sstevel@tonic-gate# size, its filtering capabilities are assigned here rather than via a specfile.
11*0Sstevel@tonic-gate
12*0Sstevel@tonic-gateSUNW_2.1 {
13*0Sstevel@tonic-gate	global:
14*0Sstevel@tonic-gate		h_errno = FILTER libnsl.so.1;
15*0Sstevel@tonic-gate};
16