xref: /illumos-gate/usr/src/lib/libtsalarm/common/mapfile-vers (revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45)
14a6822d0Swillard#
2*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
34a6822d0Swillard# Use is subject to license terms.
44a6822d0Swillard#
54a6822d0Swillard# CDDL HEADER START
64a6822d0Swillard#
74a6822d0Swillard# The contents of this file are subject to the terms of the
84a6822d0Swillard# Common Development and Distribution License (the "License").
94a6822d0Swillard# You may not use this file except in compliance with the License.
104a6822d0Swillard#
114a6822d0Swillard# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
124a6822d0Swillard# or http://www.opensolaris.org/os/licensing.
134a6822d0Swillard# See the License for the specific language governing permissions
144a6822d0Swillard# and limitations under the License.
154a6822d0Swillard#
164a6822d0Swillard# When distributing Covered Code, include this CDDL HEADER in each
174a6822d0Swillard# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
184a6822d0Swillard# If applicable, add the following below this CDDL HEADER, with the
194a6822d0Swillard# fields enclosed by brackets "[]" replaced with your own identifying
204a6822d0Swillard# information: Portions Copyright [yyyy] [name of copyright owner]
214a6822d0Swillard#
224a6822d0Swillard# CDDL HEADER END
234a6822d0Swillard#
24*bfed486aSAli Bahrami
25*bfed486aSAli Bahrami#
26*bfed486aSAli Bahrami# MAPFILE HEADER START
27*bfed486aSAli Bahrami#
28*bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
30*bfed486aSAli Bahrami#
31*bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
32*bfed486aSAli Bahrami#
33*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
34*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
35*bfed486aSAli Bahrami#
36*bfed486aSAli Bahrami# MAPFILE HEADER END
37*bfed486aSAli Bahrami#
38*bfed486aSAli Bahrami
394a6822d0Swillard#
404a6822d0Swillard# Interface definition for usr/src/lib/libtsalarm
414a6822d0Swillard#
424a6822d0Swillard
434a6822d0SwillardSUNWprivate {
444a6822d0Swillard	global:
454a6822d0Swillard		tsalarm_get;
464a6822d0Swillard		tsalarm_set;
474a6822d0Swillard	local:
484a6822d0Swillard		*;
494a6822d0Swillard};
50