stand_mapfile revision cd3e933325e68e23516a196a8fea7f49b1e497c3
364N/A#
364N/A# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
364N/A#
364N/A# CDDL HEADER START
364N/A#
364N/A# The contents of this file are subject to the terms of the
364N/A# Common Development and Distribution License (the "License").
364N/A# You may not use this file except in compliance with the License.
364N/A#
364N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
364N/A# or http://www.opensolaris.org/os/licensing.
364N/A# See the License for the specific language governing permissions
364N/A# and limitations under the License.
364N/A#
364N/A# When distributing Covered Code, include this CDDL HEADER in each
364N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
364N/A# If applicable, add the following below this CDDL HEADER, with the
364N/A# fields enclosed by brackets "[]" replaced with your own identifying
364N/A# information: Portions Copyright [yyyy] [name of copyright owner]
364N/A#
364N/A# CDDL HEADER END
364N/A#
364N/A
364N/A#
364N/A# MAPFILE HEADER START
364N/A#
364N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
364N/A# Object versioning must comply with the rules detailed in
364N/A#
364N/A# usr/src/lib/README.mapfiles
364N/A#
364N/A# You should not be making modifications here until you've read the most current
364N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
364N/A#
364N/A# MAPFILE HEADER END
364N/A#
364N/A
364N/A$mapfile_version 2
364N/A
364N/A#
364N/A# This is a supplemental mapfile, used in addition to the standard one
364N/A# produced by the spec tools. This mapfile exposes an additional
364N/A# symbol (umem_startup) that is only present in the standalone version
364N/A# of libumem.
364N/A#
364N/A
364N/ASYMBOL_VERSION SUNWprivate1.1 {
364N/A global:
364N/A umem_startup;
364N/A umem_add;
364N/A};
364N/A