mapfile-vers revision cd3e933325e68e23516a196a8fea7f49b1e497c3
759N/A#
759N/A# CDDL HEADER START
759N/A#
759N/A# The contents of this file are subject to the terms of the
759N/A# Common Development and Distribution License (the "License").
759N/A# You may not use this file except in compliance with the License.
759N/A#
759N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
759N/A# or http://www.opensolaris.org/os/licensing.
759N/A# See the License for the specific language governing permissions
759N/A# and limitations under the License.
759N/A#
759N/A# When distributing Covered Code, include this CDDL HEADER in each
759N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
759N/A# If applicable, add the following below this CDDL HEADER, with the
759N/A# fields enclosed by brackets "[]" replaced with your own identifying
759N/A# information: Portions Copyright [yyyy] [name of copyright owner]
759N/A#
873N/A# CDDL HEADER END
759N/A#
759N/A#
759N/A# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
759N/A#
759N/A
3231N/A#
6343N/A# MAPFILE HEADER START
759N/A#
759N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
1182N/A# Object versioning must comply with the rules detailed in
759N/A#
759N/A# usr/src/lib/README.mapfiles
759N/A#
759N/A# You should not be making modifications here until you've read the most current
1183N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
759N/A#
759N/A# MAPFILE HEADER END
759N/A#
759N/A
3853N/A$mapfile_version 2
759N/A
759N/A# Due to mistakes made early in the history of this library, there are
3853N/A# no SUNW_1.2 symbols, but the version is now kept as a placeholder.
759N/A# Don't add any symbols to this version.
759N/A
3853N/ASYMBOL_VERSION SUNW_1.2 {
759N/A global:
759N/A SUNW_1.2;
759N/A} SUNW_1.1;
759N/A
759N/ASYMBOL_VERSION SUNW_1.1 {
759N/A global:
759N/A sysevent_bind_handle;
759N/A sysevent_free;
759N/A sysevent_get_attr_list;
759N/A sysevent_get_class_name;
3853N/A sysevent_get_pid;
759N/A sysevent_get_pub_name;
759N/A sysevent_get_seq;
759N/A sysevent_get_size;
759N/A sysevent_get_subclass_name;
759N/A sysevent_get_time;
759N/A sysevent_get_vendor_name;
759N/A sysevent_post_event;
759N/A sysevent_subscribe_event;
759N/A sysevent_unbind_handle;
759N/A sysevent_unsubscribe_event;
759N/A};
759N/A
759N/ASYMBOL_VERSION SUNWprivate_1.1 {
759N/A global:
6343N/A se_print;
759N/A sysevent_alloc_event;
759N/A sysevent_attr_name;
759N/A sysevent_attr_next;
759N/A sysevent_attr_value;
759N/A sysevent_bind_publisher;
759N/A sysevent_bind_subscriber;
759N/A sysevent_cleanup_publishers;
759N/A sysevent_cleanup_subscribers;
759N/A sysevent_close_channel;
759N/A sysevent_dup;
759N/A sysevent_evc_bind;
759N/A sysevent_evc_control;
759N/A sysevent_evc_publish;
759N/A sysevent_evc_subscribe;
759N/A sysevent_evc_unbind;
sysevent_evc_unsubscribe;
sysevent_evc_xsubscribe;
sysevent_get_class;
sysevent_get_pub;
sysevent_get_subclass;
sysevent_lookup_attr;
sysevent_open_channel;
sysevent_open_channel_alt;
sysevent_register_event;
sysevent_send_event;
sysevent_unbind_publisher;
sysevent_unbind_subscriber;
sysevent_unregister_event;
sysevent_subattr_alloc;
sysevent_subattr_free;
sysevent_subattr_sigmask;
sysevent_subattr_thrattr;
sysevent_subattr_thrcreate;
sysevent_subattr_thrsetup;
local:
*;
};