summaryrefslogtreecommitdiff
path: root/usr/src/lib/libmalloc/common/mapfile-vers
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libmalloc/common/mapfile-vers')
-rw-r--r--usr/src/lib/libmalloc/common/mapfile-vers29
1 files changed, 15 insertions, 14 deletions
diff --git a/usr/src/lib/libmalloc/common/mapfile-vers b/usr/src/lib/libmalloc/common/mapfile-vers
index 40abcf8138..8674e97263 100644
--- a/usr/src/lib/libmalloc/common/mapfile-vers
+++ b/usr/src/lib/libmalloc/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,24 +36,26 @@
# MAPFILE HEADER END
#
-SUNW_1.1.1 {
+$mapfile_version 2
+
+SYMBOL_VERSION SUNW_1.1.1 {
global:
- memalign = NODIRECT;
- valloc = NODIRECT;
+ memalign { FLAGS = NODIRECT };
+ valloc { FLAGS = NODIRECT };
} SUNW_1.1;
-SUNW_1.1 {
+SYMBOL_VERSION SUNW_1.1 {
global:
- calloc = NODIRECT;
- cfree = NODIRECT;
- free = NODIRECT;
- mallinfo = NODIRECT;
- malloc = NODIRECT;
- mallopt = NODIRECT;
- realloc = NODIRECT;
+ calloc { FLAGS = NODIRECT };
+ cfree { FLAGS = NODIRECT };
+ free { FLAGS = NODIRECT };
+ mallinfo { FLAGS = NODIRECT };
+ malloc { FLAGS = NODIRECT };
+ mallopt { FLAGS = NODIRECT };
+ realloc { FLAGS = NODIRECT };
};
-SUNWprivate_1.1 {
+SYMBOL_VERSION SUNWprivate_1.1 {
global:
SUNWprivate_1.1;
local: