diff options
Diffstat (limited to 'usr/src/cmd/sh/mapfile-intf')
| -rw-r--r-- | usr/src/cmd/sh/mapfile-intf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/cmd/sh/mapfile-intf b/usr/src/cmd/sh/mapfile-intf index fb6a3c077e..3989e36460 100644 --- a/usr/src/cmd/sh/mapfile-intf +++ b/usr/src/cmd/sh/mapfile-intf @@ -20,8 +20,7 @@ # # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. # # @@ -38,9 +37,11 @@ # MAPFILE HEADER END # +$mapfile_version 2 + # The shell has a name clash (exp, hcreate). Demote everything to local # besides the malloc family that must be exported. -{ +SYMBOL_SCOPE { global: free; malloc; |
