diff options
Diffstat (limited to 'usr/src/lib/libumem/common/stand_mapfile')
-rw-r--r-- | usr/src/lib/libumem/common/stand_mapfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/lib/libumem/common/stand_mapfile b/usr/src/lib/libumem/common/stand_mapfile index cacafb8284..635ad4802f 100644 --- a/usr/src/lib/libumem/common/stand_mapfile +++ b/usr/src/lib/libumem/common/stand_mapfile @@ -1,6 +1,5 @@ # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. # # CDDL HEADER START # @@ -36,6 +35,8 @@ # MAPFILE HEADER END # +$mapfile_version 2 + # # This is a supplemental mapfile, used in addition to the standard one # produced by the spec tools. This mapfile exposes an additional @@ -43,7 +44,7 @@ # of libumem. # -SUNWprivate1.1 { +SYMBOL_VERSION SUNWprivate1.1 { global: umem_startup; umem_add; |