summaryrefslogtreecommitdiff
path: root/usr/src/cmd/expr/mapfile-intf
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/expr/mapfile-intf')
-rw-r--r--usr/src/cmd/expr/mapfile-intf13
1 files changed, 7 insertions, 6 deletions
diff --git a/usr/src/cmd/expr/mapfile-intf b/usr/src/cmd/expr/mapfile-intf
index 695d09e221..1a481dd932 100644
--- a/usr/src/cmd/expr/mapfile-intf
+++ b/usr/src/cmd/expr/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,11 +37,13 @@
# MAPFILE HEADER END
#
+$mapfile_version 2
+
# expr provides its own versions of advance, compile, and step - define
# these explicitly as interposers.
-{
+SYMBOL_SCOPE {
global:
- advance = INTERPOSE;
- compile = INTERPOSE;
- step = INTERPOSE;
+ advance { FLAGS = INTERPOSE };
+ compile { FLAGS = INTERPOSE };
+ step { FLAGS = INTERPOSE };
};