mapfile-vers revision dfb96a4f56fb431b915bc67e5d9d5c8d4f4f6679
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User# CDDL HEADER START
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License (the "License").
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# You may not use this file except in compliance with the License.
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User# See the License for the specific language governing permissions
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User# and limitations under the License.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# If applicable, add the following below this CDDL HEADER, with the
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User# CDDL HEADER END
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User# Use is subject to license terms.
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User# ident "%Z%%M% %I% %E% SMI"
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User # Bind is intended to interpose on the real system call. However,
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User # we want debuggers to see its real name (nca_bind), so use NODYNSORT
1ebb25608fa10737ea27abd4e0481707ccd45581Tinderbox User # to prevent "bind" from going into the ELF .SUNW_dynsymsort section
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User bind = NODYNSORT;