diff options
Diffstat (limited to 'usr/src/lib/libsysevent/mapfile-vers')
-rw-r--r-- | usr/src/lib/libsysevent/mapfile-vers | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/src/lib/libsysevent/mapfile-vers b/usr/src/lib/libsysevent/mapfile-vers index 7e4107db31..f6d15f8b3f 100644 --- a/usr/src/lib/libsysevent/mapfile-vers +++ b/usr/src/lib/libsysevent/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_1.2 symbols, but the version is now kept as a placeholder. # Don't add any symbols to this version. -SUNW_1.2 { +SYMBOL_VERSION SUNW_1.2 { global: SUNW_1.2; } SUNW_1.1; -SUNW_1.1 { +SYMBOL_VERSION SUNW_1.1 { global: sysevent_bind_handle; sysevent_free; @@ -65,7 +66,7 @@ SUNW_1.1 { sysevent_unsubscribe_event; }; -SUNWprivate_1.1 { +SYMBOL_VERSION SUNWprivate_1.1 { global: se_print; sysevent_alloc_event; |