diff options
Diffstat (limited to 'usr/src/lib/watchmalloc/common/mapfile-vers')
-rw-r--r-- | usr/src/lib/watchmalloc/common/mapfile-vers | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/usr/src/lib/watchmalloc/common/mapfile-vers b/usr/src/lib/watchmalloc/common/mapfile-vers index 0dcafcb935..183d8574bc 100644 --- a/usr/src/lib/watchmalloc/common/mapfile-vers +++ b/usr/src/lib/watchmalloc/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. # # @@ -37,18 +36,20 @@ # MAPFILE HEADER END # -SUNW_1.1 { +$mapfile_version 2 + +SYMBOL_VERSION SUNW_1.1 { 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: |