1fb3fb4f3Stomee#
2fb3fb4f3Stomee# CDDL HEADER START
3fb3fb4f3Stomee#
4fb3fb4f3Stomee# The contents of this file are subject to the terms of the
5fb3fb4f3Stomee# Common Development and Distribution License (the "License").
6fb3fb4f3Stomee# You may not use this file except in compliance with the License.
7fb3fb4f3Stomee#
8fb3fb4f3Stomee# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9fb3fb4f3Stomee# or http://www.opensolaris.org/os/licensing.
10fb3fb4f3Stomee# See the License for the specific language governing permissions
11fb3fb4f3Stomee# and limitations under the License.
12fb3fb4f3Stomee#
13fb3fb4f3Stomee# When distributing Covered Code, include this CDDL HEADER in each
14fb3fb4f3Stomee# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15fb3fb4f3Stomee# If applicable, add the following below this CDDL HEADER, with the
16fb3fb4f3Stomee# fields enclosed by brackets "[]" replaced with your own identifying
17fb3fb4f3Stomee# information: Portions Copyright [yyyy] [name of copyright owner]
18fb3fb4f3Stomee#
19fb3fb4f3Stomee# CDDL HEADER END
20fb3fb4f3Stomee#
21fb3fb4f3Stomee#
22*cd3e9333SAli Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23fb3fb4f3Stomee#
24bfed486aSAli Bahrami
25bfed486aSAli Bahrami#
26bfed486aSAli Bahrami# MAPFILE HEADER START
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami# MAPFILE HEADER END
37fb3fb4f3Stomee#
38fb3fb4f3Stomee
39*cd3e9333SAli Bahrami$mapfile_version 2
40*cd3e9333SAli Bahrami
41*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1.1 {
42f808c858Sraf    global:
43*cd3e9333SAli Bahrami	calloc			{ FLAGS = NODIRECT };
44f808c858Sraf} SUNW_1.1;
45fb3fb4f3Stomee
46*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 {
47f808c858Sraf    global:
48*cd3e9333SAli Bahrami	free			{ FLAGS = NODIRECT };
49*cd3e9333SAli Bahrami	malloc			{ FLAGS = NODIRECT };
50*cd3e9333SAli Bahrami	mallocctl		{ FLAGS = NODIRECT };
51*cd3e9333SAli Bahrami	memalign		{ FLAGS = NODIRECT };
52*cd3e9333SAli Bahrami	realloc			{ FLAGS = NODIRECT };
53*cd3e9333SAli Bahrami	valloc			{ FLAGS = NODIRECT };
54f808c858Sraf};
55fb3fb4f3Stomee
56*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
57f808c858Sraf    global:
58fb3fb4f3Stomee	SUNWprivate_1.1;
59f808c858Sraf    local:
60f808c858Sraf	*;
61f808c858Sraf};
62