mapfile-intf revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45
2801N/A#
2801N/A# CDDL HEADER START
2801N/A#
2801N/A# The contents of this file are subject to the terms of the
2801N/A# Common Development and Distribution License (the "License").
2801N/A# You may not use this file except in compliance with the License.
2801N/A#
2801N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2801N/A# or http://www.opensolaris.org/os/licensing.
2801N/A# See the License for the specific language governing permissions
2801N/A# and limitations under the License.
2801N/A#
2801N/A# When distributing Covered Code, include this CDDL HEADER in each
2801N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2801N/A# If applicable, add the following below this CDDL HEADER, with the
2801N/A# fields enclosed by brackets "[]" replaced with your own identifying
2801N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2801N/A#
2801N/A# CDDL HEADER END
2801N/A#
2801N/A
2801N/A#
2801N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2801N/A# Use is subject to license terms.
2801N/A#
2801N/A
2801N/A#
2892N/A# MAPFILE HEADER START
2892N/A#
2801N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
2801N/A# Object versioning must comply with the rules detailed in
2801N/A#
2892N/A# usr/src/lib/README.mapfiles
2801N/A#
2801N/A# You should not be making modifications here until you've read the most current
2801N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
2801N/A#
2801N/A# MAPFILE HEADER END
2801N/A#
2801N/A
2801N/A# captoinfo interposes on cpr() and progname[].
2801N/A{
2801N/A global:
2801N/A cpr = INTERPOSE;
2801N/A progname = INTERPOSE;
2801N/A};
2801N/A