xref: /illumos-gate/usr/src/lib/fm/libfmevent/common/mapfile-vers (revision 49b225e1cfa7bbf7738d4df0a03f18e3283426eb)
1*49b225e1SGavin Maltby#
2*49b225e1SGavin Maltby# CDDL HEADER START
3*49b225e1SGavin Maltby#
4*49b225e1SGavin Maltby# The contents of this file are subject to the terms of the
5*49b225e1SGavin Maltby# Common Development and Distribution License (the "License").
6*49b225e1SGavin Maltby# You may not use this file except in compliance with the License.
7*49b225e1SGavin Maltby#
8*49b225e1SGavin Maltby# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*49b225e1SGavin Maltby# or http://www.opensolaris.org/os/licensing.
10*49b225e1SGavin Maltby# See the License for the specific language governing permissions
11*49b225e1SGavin Maltby# and limitations under the License.
12*49b225e1SGavin Maltby#
13*49b225e1SGavin Maltby# When distributing Covered Code, include this CDDL HEADER in each
14*49b225e1SGavin Maltby# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*49b225e1SGavin Maltby# If applicable, add the following below this CDDL HEADER, with the
16*49b225e1SGavin Maltby# fields enclosed by brackets "[]" replaced with your own identifying
17*49b225e1SGavin Maltby# information: Portions Copyright [yyyy] [name of copyright owner]
18*49b225e1SGavin Maltby#
19*49b225e1SGavin Maltby# CDDL HEADER END
20*49b225e1SGavin Maltby#
21*49b225e1SGavin Maltby#
22*49b225e1SGavin Maltby# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*49b225e1SGavin Maltby# Use is subject to license terms.
24*49b225e1SGavin Maltby#
25*49b225e1SGavin Maltby
26*49b225e1SGavin Maltby#
27*49b225e1SGavin Maltby# MAPFILE HEADER START
28*49b225e1SGavin Maltby#
29*49b225e1SGavin Maltby# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30*49b225e1SGavin Maltby# Object versioning must comply with the rules detailed in
31*49b225e1SGavin Maltby#
32*49b225e1SGavin Maltby#	usr/src/lib/README.mapfiles
33*49b225e1SGavin Maltby#
34*49b225e1SGavin Maltby# You should not be making modifications here until you've read the most current
35*49b225e1SGavin Maltby# copy of that file. If you need help, contact a gatekeeper for guidance.
36*49b225e1SGavin Maltby#
37*49b225e1SGavin Maltby# MAPFILE HEADER END
38*49b225e1SGavin Maltby#
39*49b225e1SGavin Maltby
40*49b225e1SGavin MaltbySUNW_1.1 {
41*49b225e1SGavin Maltby    global:
42*49b225e1SGavin Maltby	fmev_attr_list;
43*49b225e1SGavin Maltby	fmev_class;
44*49b225e1SGavin Maltby	fmev_dup;
45*49b225e1SGavin Maltby	fmev_hold;
46*49b225e1SGavin Maltby	fmev_localtime;
47*49b225e1SGavin Maltby	fmev_rele;
48*49b225e1SGavin Maltby	fmev_shdl_alloc;
49*49b225e1SGavin Maltby	fmev_shdl_init;
50*49b225e1SGavin Maltby	fmev_shdl_fini;
51*49b225e1SGavin Maltby	fmev_shdl_free;
52*49b225e1SGavin Maltby	fmev_shdl_subscribe;
53*49b225e1SGavin Maltby	fmev_shdl_unsubscribe;
54*49b225e1SGavin Maltby	fmev_shdl_zalloc;
55*49b225e1SGavin Maltby	fmev_shdlctl_serialize;
56*49b225e1SGavin Maltby	fmev_shdlctl_sigmask;
57*49b225e1SGavin Maltby	fmev_shdlctl_thrattr;
58*49b225e1SGavin Maltby	fmev_shdlctl_thrcreate;
59*49b225e1SGavin Maltby	fmev_shdlctl_thrsetup;
60*49b225e1SGavin Maltby	fmev_strerror;
61*49b225e1SGavin Maltby	fmev_timespec;
62*49b225e1SGavin Maltby	fmev_time_nsec;
63*49b225e1SGavin Maltby	fmev_time_sec;
64*49b225e1SGavin Maltby    local:
65*49b225e1SGavin Maltby	*;
66*49b225e1SGavin Maltby};
67*49b225e1SGavin Maltby
68*49b225e1SGavin MaltbySUNWprivate {
69*49b225e1SGavin Maltby    global:
70*49b225e1SGavin Maltby	__fmev_errno;
71*49b225e1SGavin Maltby    local:
72*49b225e1SGavin Maltby	*;
73*49b225e1SGavin Maltby};
74