diff options
Diffstat (limited to 'usr/src/lib/libctf/common/mapfile-vers')
-rw-r--r-- | usr/src/lib/libctf/common/mapfile-vers | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/lib/libctf/common/mapfile-vers b/usr/src/lib/libctf/common/mapfile-vers index 39f942d46c..c218edc37c 100644 --- a/usr/src/lib/libctf/common/mapfile-vers +++ b/usr/src/lib/libctf/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,10 +36,12 @@ # MAPFILE HEADER END # +$mapfile_version 2 + # There really should be only one SUNWprivate version. # Don't add any more. Add new private symbols to SUNWprivate_1.2 -SUNWprivate_1.2 { +SYMBOL_VERSION SUNWprivate_1.2 { global: ctf_add_array; ctf_add_const; @@ -76,7 +77,7 @@ SUNWprivate_1.2 { ctf_write; } SUNWprivate_1.1; -SUNWprivate_1.1 { +SYMBOL_VERSION SUNWprivate_1.1 { global: ctf_array_info; ctf_bufopen; |