diff options
Diffstat (limited to 'usr/src/cmd/tic/mapfile-intf')
-rw-r--r-- | usr/src/cmd/tic/mapfile-intf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/cmd/tic/mapfile-intf b/usr/src/cmd/tic/mapfile-intf index 9a0e281f7f..8745cc14c5 100644 --- a/usr/src/cmd/tic/mapfile-intf +++ b/usr/src/cmd/tic/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,8 +37,10 @@ # MAPFILE HEADER END # +$mapfile_version 2 + # tic interposes on progname[], so identify this as an interposer. -{ +SYMBOL_SCOPE { global: - progname = INTERPOSE; + progname { FLAGS = INTERPOSE }; }; |