xref: /titanic_44/usr/src/lib/libunistat/common/mapfile-vers (revision 159d09a20817016f09b3ea28d1bdada4a336bb91)
1# CDDL HEADER START
2#
3# The contents of this file are subject to the terms of the
4# Common Development and Distribution License (the "License").
5# You may not use this file except in compliance with the License.
6#
7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8# or http://www.opensolaris.org/os/licensing.
9# See the License for the specific language governing permissions
10# and limitations under the License.
11#
12# When distributing Covered Code, include this CDDL HEADER in each
13# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14# If applicable, add the following below this CDDL HEADER, with the
15# fields enclosed by brackets "[]" replaced with your own identifying
16# information: Portions Copyright [yyyy] [name of copyright owner]
17#
18# CDDL HEADER END
19#
20#
21# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
22# Use is subject to license terms.
23#
24# Generic interface definition for usr/src/lib/libunistat.
25#
26# For information regarding the establishment of versioned definitions see:
27#	The Linker and Libraries Manual (version 2.5 or greater)
28# This is part of the Developers Guide in the Answerbook.  Specifically refer
29# to Chapter 2 under section "Defining Additional Symbols" through section
30# "Reducing Symbol Scope", and Chapter 5 "Versioning".
31#
32# For specific OSNET rules for the modification (evolution) of these version
33# definitions see:
34#	Policy for Shared Library Version Names and Interface Definitions
35
36
37SUNWprivate {
38	global:
39		spcs_s_uinit;
40		spcs_s_ucreate;
41		spcs_s_string;
42		spcs_s_report;
43		spcs_s_exception;
44		spcs_s_ufree;
45		spcs_log;
46	local:
47		*;
48};
49