diff options
Diffstat (limited to 'usr/src/lib/libproject/common/mapfile-vers')
-rw-r--r-- | usr/src/lib/libproject/common/mapfile-vers | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/src/lib/libproject/common/mapfile-vers b/usr/src/lib/libproject/common/mapfile-vers index 721f5e536e..89244f05c2 100644 --- a/usr/src/lib/libproject/common/mapfile-vers +++ b/usr/src/lib/libproject/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,13 +36,15 @@ # MAPFILE HEADER END # -SUNW_1.2 { +$mapfile_version 2 + +SYMBOL_VERSION SUNW_1.2 { global: project_walk; setproject; } SUNW_1.1; -SUNW_1.1 { +SYMBOL_VERSION SUNW_1.1 { global: endprojent; fgetprojent; @@ -56,7 +57,7 @@ SUNW_1.1 { setprojent; }; -SUNWprivate_1.1 { +SYMBOL_VERSION SUNWprivate_1.1 { global: setproject_initpriv; setproject_proc; |