diff options
Diffstat (limited to 'usr/src/lib/libnisdb/mapfile-vers')
| -rw-r--r-- | usr/src/lib/libnisdb/mapfile-vers | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/lib/libnisdb/mapfile-vers b/usr/src/lib/libnisdb/mapfile-vers index 6645e81890..15a6129269 100644 --- a/usr/src/lib/libnisdb/mapfile-vers +++ b/usr/src/lib/libnisdb/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,16 +36,18 @@ # MAPFILE HEADER END # +$mapfile_version 2 + # Due to mistakes made early in the history of this library, there are # no SUNW_2.1 symbols, but the version is now kept as a placeholder. # Don't add any symbols to this version. -SUNW_2.1 { +SYMBOL_VERSION SUNW_2.1 { global: SUNW_2.1; }; -SUNWprivate_2.1 { +SYMBOL_VERSION SUNWprivate_2.1 { global: abort_transaction; addUpdate; |
