mapfile-vers revision 12692:4341b447c069
174462Salfred#
274462Salfred# CDDL HEADER START
31901Swollman#
41901Swollman# The contents of this file are subject to the terms of the
51901Swollman# Common Development and Distribution License (the "License").
61901Swollman# You may not use this file except in compliance with the License.
71901Swollman#
81901Swollman# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91901Swollman# or http://www.opensolaris.org/os/licensing.
108870Srgrimes# See the License for the specific language governing permissions
111901Swollman# and limitations under the License.
121901Swollman#
131901Swollman# When distributing Covered Code, include this CDDL HEADER in each
148870Srgrimes# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
151901Swollman# If applicable, add the following below this CDDL HEADER, with the
161901Swollman# fields enclosed by brackets "[]" replaced with your own identifying
171901Swollman# information: Portions Copyright [yyyy] [name of copyright owner]
181901Swollman#
191901Swollman# CDDL HEADER END
201901Swollman#
211901Swollman#
228870Srgrimes# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
231901Swollman#
241901Swollman
251901Swollman#
268870Srgrimes# MAPFILE HEADER START
271901Swollman#
281901Swollman# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
291901Swollman# Object versioning must comply with the rules detailed in
301901Swollman#
311901Swollman#	usr/src/lib/README.mapfiles
321901Swollman#
3374462Salfred# You should not be making modifications here until you've read the most current
3474462Salfred# copy of that file. If you need help, contact a gatekeeper for guidance.
351901Swollman#
3692990Sobrien# MAPFILE HEADER END
3792990Sobrien#
381901Swollman
391901Swollman$mapfile_version 2
408870Srgrimes
418870SrgrimesSYMBOL_VERSION SUNW_1.1.1 {
421901Swollman    global:
431901Swollman	memalign		{ FLAGS = NODIRECT };
441901Swollman	valloc			{ FLAGS = NODIRECT };
451901Swollman} SUNW_1.1;
461901Swollman
471901SwollmanSYMBOL_VERSION SUNW_1.1 {
481901Swollman    global:
491901Swollman	calloc			{ FLAGS = NODIRECT };
501901Swollman	cfree			{ FLAGS = NODIRECT };
5175094Siedowse	free			{ FLAGS = NODIRECT };
5274462Salfred	mallinfo		{ FLAGS = NODIRECT };
5374462Salfred	malloc			{ FLAGS = NODIRECT };
5474462Salfred	mallopt			{ FLAGS = NODIRECT };
5574462Salfred	realloc			{ FLAGS = NODIRECT };
5674462Salfred};
571901Swollman
581901SwollmanSYMBOL_VERSION SUNWprivate_1.1 {
5911666Sphk    global:
6011666Sphk	SUNWprivate_1.1;
611901Swollman    local:
621901Swollman	*;
631901Swollman};
641901Swollman