mapfile-intf revision 12692:4341b447c069
1247602Spjd#
2247602Spjd# CDDL HEADER START
3247602Spjd#
4247602Spjd# The contents of this file are subject to the terms of the
5247602Spjd# Common Development and Distribution License (the "License").
6247602Spjd# You may not use this file except in compliance with the License.
7247602Spjd#
8247602Spjd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9247602Spjd# or http://www.opensolaris.org/os/licensing.
10247602Spjd# See the License for the specific language governing permissions
11247602Spjd# and limitations under the License.
12247602Spjd#
13247602Spjd# When distributing Covered Code, include this CDDL HEADER in each
14247602Spjd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15247602Spjd# If applicable, add the following below this CDDL HEADER, with the
16247602Spjd# fields enclosed by brackets "[]" replaced with your own identifying
17247602Spjd# information: Portions Copyright [yyyy] [name of copyright owner]
18247602Spjd#
19247602Spjd# CDDL HEADER END
20247602Spjd#
21247602Spjd
22247602Spjd#
23247602Spjd# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
24247602Spjd#
25247602Spjd
26247602Spjd#
27247602Spjd# MAPFILE HEADER START
28247602Spjd#
29247602Spjd# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30247602Spjd# Object versioning must comply with the rules detailed in
31263842Srwatson#
32247602Spjd#	usr/src/lib/README.mapfiles
33247602Spjd#
34247602Spjd# You should not be making modifications here until you've read the most current
35247602Spjd# copy of that file. If you need help, contact a gatekeeper for guidance.
36247602Spjd#
37247602Spjd# MAPFILE HEADER END
38247602Spjd#
39247602Spjd
40247602Spjd$mapfile_version 2
41263842Srwatson
42247602Spjd# The shell has a name clash (exp, hcreate).  Demote everything to local
43247602Spjd# besides the malloc family that must be exported.
44247602SpjdSYMBOL_SCOPE {
45247602Spjd	global:
46247602Spjd		free;
47247602Spjd		malloc;
48247602Spjd		realloc;
49247602Spjd};
50247602Spjd