149b225e1SGavin Maltby# 249b225e1SGavin Maltby# CDDL HEADER START 349b225e1SGavin Maltby# 449b225e1SGavin Maltby# The contents of this file are subject to the terms of the 549b225e1SGavin Maltby# Common Development and Distribution License (the "License"). 649b225e1SGavin Maltby# You may not use this file except in compliance with the License. 749b225e1SGavin Maltby# 849b225e1SGavin Maltby# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 949b225e1SGavin Maltby# or http://www.opensolaris.org/os/licensing. 1049b225e1SGavin Maltby# See the License for the specific language governing permissions 1149b225e1SGavin Maltby# and limitations under the License. 1249b225e1SGavin Maltby# 1349b225e1SGavin Maltby# When distributing Covered Code, include this CDDL HEADER in each 1449b225e1SGavin Maltby# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1549b225e1SGavin Maltby# If applicable, add the following below this CDDL HEADER, with the 1649b225e1SGavin Maltby# fields enclosed by brackets "[]" replaced with your own identifying 1749b225e1SGavin Maltby# information: Portions Copyright [yyyy] [name of copyright owner] 1849b225e1SGavin Maltby# 1949b225e1SGavin Maltby# CDDL HEADER END 2049b225e1SGavin Maltby# 2149b225e1SGavin Maltby# 22*cd3e9333SAli Bahrami# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 2349b225e1SGavin Maltby# 2449b225e1SGavin Maltby 2549b225e1SGavin Maltby# 2649b225e1SGavin Maltby# MAPFILE HEADER START 2749b225e1SGavin Maltby# 2849b225e1SGavin Maltby# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 2949b225e1SGavin Maltby# Object versioning must comply with the rules detailed in 3049b225e1SGavin Maltby# 3149b225e1SGavin Maltby# usr/src/lib/README.mapfiles 3249b225e1SGavin Maltby# 3349b225e1SGavin Maltby# You should not be making modifications here until you've read the most current 3449b225e1SGavin Maltby# copy of that file. If you need help, contact a gatekeeper for guidance. 3549b225e1SGavin Maltby# 3649b225e1SGavin Maltby# MAPFILE HEADER END 3749b225e1SGavin Maltby# 3849b225e1SGavin Maltby 39*cd3e9333SAli Bahrami$mapfile_version 2 40*cd3e9333SAli Bahrami 41*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 { 4249b225e1SGavin Maltby global: 4349b225e1SGavin Maltby fmev_attr_list; 4449b225e1SGavin Maltby fmev_class; 4549b225e1SGavin Maltby fmev_dup; 4649b225e1SGavin Maltby fmev_hold; 4749b225e1SGavin Maltby fmev_localtime; 4849b225e1SGavin Maltby fmev_rele; 4949b225e1SGavin Maltby fmev_shdl_alloc; 5049b225e1SGavin Maltby fmev_shdl_init; 5149b225e1SGavin Maltby fmev_shdl_fini; 5249b225e1SGavin Maltby fmev_shdl_free; 5349b225e1SGavin Maltby fmev_shdl_subscribe; 5449b225e1SGavin Maltby fmev_shdl_unsubscribe; 5549b225e1SGavin Maltby fmev_shdl_zalloc; 5649b225e1SGavin Maltby fmev_shdlctl_serialize; 5749b225e1SGavin Maltby fmev_shdlctl_sigmask; 5849b225e1SGavin Maltby fmev_shdlctl_thrattr; 5949b225e1SGavin Maltby fmev_shdlctl_thrcreate; 6049b225e1SGavin Maltby fmev_shdlctl_thrsetup; 6149b225e1SGavin Maltby fmev_strerror; 6249b225e1SGavin Maltby fmev_timespec; 6349b225e1SGavin Maltby fmev_time_nsec; 6449b225e1SGavin Maltby fmev_time_sec; 6549b225e1SGavin Maltby local: 6649b225e1SGavin Maltby *; 6749b225e1SGavin Maltby}; 6849b225e1SGavin Maltby 69*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate { 7049b225e1SGavin Maltby global: 7149b225e1SGavin Maltby __fmev_errno; 7249b225e1SGavin Maltby local: 7349b225e1SGavin Maltby *; 7449b225e1SGavin Maltby}; 75