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