mapfile-vers revision 7c478bd95313f5f23a4c958a745db2134aa03244
823N/A#
823N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
823N/A# Use is subject to license terms.
823N/A#
823N/A# ident "%Z%%M% %I% %E% SMI"
823N/A#
823N/A# Special mapfile to establish h_errno as a filter on libnsl. As a filtered
823N/A# symbol, this isn't visible to apptrace, and thus doesn't have to be defined
823N/A# from the specfiles. To ensure the symbol remains in .bss, with the correct
823N/A# size, its filtering capabilities are assigned here rather than via a specfile.
823N/A
823N/ASUNW_2.1 {
823N/A global:
823N/A h_errno = FILTER libnsl.so.1;
823N/A};
823N/A