diff options
Diffstat (limited to 'usr/src/lib/libmapmalloc')
-rw-r--r-- | usr/src/lib/libmapmalloc/common/mapfile-vers | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/usr/src/lib/libmapmalloc/common/mapfile-vers b/usr/src/lib/libmapmalloc/common/mapfile-vers index 5cdbb18ee5..ee1becd4e2 100644 --- a/usr/src/lib/libmapmalloc/common/mapfile-vers +++ b/usr/src/lib/libmapmalloc/common/mapfile-vers @@ -19,8 +19,7 @@ # CDDL HEADER END # # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # # @@ -41,23 +40,25 @@ # no SUNW_1.1 symbols, but the version is now kept as a placeholder. # Don't add any symbols to this version. -SUNW_1.1 { +$mapfile_version 2 + +SYMBOL_VERSION SUNW_1.1 { global: SUNW_1.1; } SUNW_0.7; -SUNW_0.7 { +SYMBOL_VERSION SUNW_0.7 { global: - calloc = NODIRECT; - cfree = NODIRECT; - free = NODIRECT; - malloc = NODIRECT; - memalign = NODIRECT; - realloc = NODIRECT; - valloc = NODIRECT; + calloc { FLAGS = NODIRECT }; + cfree { FLAGS = NODIRECT }; + free { FLAGS = NODIRECT }; + malloc { FLAGS = NODIRECT }; + memalign { FLAGS = NODIRECT }; + realloc { FLAGS = NODIRECT }; + valloc { FLAGS = NODIRECT }; }; -SUNWprivate_1.1 { +SYMBOL_VERSION SUNWprivate_1.1 { global: SUNWprivate_1.1; local: |