mapfile-vers revision 12692:4341b447c069
14Srgrimes#
2509Srgrimes# CDDL HEADER START
311999Speter#
44Srgrimes# The contents of this file are subject to the terms of the
5509Srgrimes# Common Development and Distribution License (the "License").
6509Srgrimes# You may not use this file except in compliance with the License.
74Srgrimes#
84Srgrimes# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94Srgrimes# or http://www.opensolaris.org/os/licensing.
104Srgrimes# See the License for the specific language governing permissions
114Srgrimes# and limitations under the License.
124Srgrimes#
134Srgrimes# When distributing Covered Code, include this CDDL HEADER in each
144Srgrimes# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154Srgrimes# If applicable, add the following below this CDDL HEADER, with the
164Srgrimes# fields enclosed by brackets "[]" replaced with your own identifying
178876Srgrimes# information: Portions Copyright [yyyy] [name of copyright owner]
183698Swollman#
195908Sbde# CDDL HEADER END
204Srgrimes#
212056Swollman#
222056Swollman# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232056Swollman#
244Srgrimes
252056Swollman#
262056Swollman# MAPFILE HEADER START
274Srgrimes#
2810079Sbde# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
2910079Sbde# Object versioning must comply with the rules detailed in
30798Swollman#
313863Sbde#	usr/src/lib/README.mapfiles
327367Sbde#
33798Swollman# You should not be making modifications here until you've read the most current
34798Swollman# copy of that file. If you need help, contact a gatekeeper for guidance.
35798Swollman#
36798Swollman# MAPFILE HEADER END
374836Sdg#
386733Sbde
397627Snate$mapfile_version 2
407627Snate
417627SnateSYMBOL_VERSION SUNW_1.1.1 {
427627Snate    global:
437627Snate	memalign		{ FLAGS = NODIRECT };
447627Snate	valloc			{ FLAGS = NODIRECT };
457627Snate} SUNW_1.1;
462408Sbde
474SrgrimesSYMBOL_VERSION SUNW_1.1 {
48712Swollman    global:
49974Sdg	calloc			{ FLAGS = NODIRECT };
504Srgrimes	cfree			{ FLAGS = NODIRECT };
514Srgrimes	free			{ FLAGS = NODIRECT };
524Srgrimes	mallinfo		{ FLAGS = NODIRECT };
532408Sbde	malloc			{ FLAGS = NODIRECT };
542408Sbde	mallopt			{ FLAGS = NODIRECT };
553863Sbde	realloc			{ FLAGS = NODIRECT };
564Srgrimes};
574Srgrimes
5811999SpeterSYMBOL_VERSION SUNWprivate_1.1 {
593863Sbde    global:
602408Sbde	SUNWprivate_1.1;
612408Sbde    local:
622408Sbde	*;
638876Srgrimes};
645908Sbde