mapfile-vers revision f808c858fa61e7769218966759510a8b1190dfcf
110N/A#
110N/A# CDDL HEADER START
110N/A#
110N/A# The contents of this file are subject to the terms of the
110N/A# Common Development and Distribution License (the "License").
110N/A# You may not use this file except in compliance with the License.
110N/A#
110N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110N/A# or http://www.opensolaris.org/os/licensing.
110N/A# See the License for the specific language governing permissions
110N/A# and limitations under the License.
110N/A#
110N/A# When distributing Covered Code, include this CDDL HEADER in each
110N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
110N/A# If applicable, add the following below this CDDL HEADER, with the
110N/A# fields enclosed by brackets "[]" replaced with your own identifying
110N/A# information: Portions Copyright [yyyy] [name of copyright owner]
110N/A#
110N/A# CDDL HEADER END
110N/A#
1625N/A#
110N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
110N/A# Use is subject to license terms.
110N/A#
110N/A# ident "%Z%%M% %I% %E% SMI"
1303N/A#
110N/A
110N/ASUNW_1.1.1 {
110N/A global:
1303N/A calloc = NODIRECT;
1303N/A} SUNW_1.1;
110N/A
1258N/ASUNW_1.1 {
110N/A global:
110N/A free = NODIRECT;
110N/A malloc = NODIRECT;
110N/A mallocctl = NODIRECT;
110N/A memalign = NODIRECT;
1625N/A realloc = NODIRECT;
110N/A valloc = NODIRECT;
110N/A};
181N/A
110N/ASUNWprivate_1.1 {
110N/A global:
110N/A SUNWprivate_1.1;
110N/A local:
110N/A *;
110N/A};
110N/A