17836SJohn.Forte@Sun.COM# CDDL HEADER START 27836SJohn.Forte@Sun.COM# 37836SJohn.Forte@Sun.COM# The contents of this file are subject to the terms of the 47836SJohn.Forte@Sun.COM# Common Development and Distribution License (the "License"). 57836SJohn.Forte@Sun.COM# You may not use this file except in compliance with the License. 67836SJohn.Forte@Sun.COM# 77836SJohn.Forte@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 87836SJohn.Forte@Sun.COM# or http://www.opensolaris.org/os/licensing. 97836SJohn.Forte@Sun.COM# See the License for the specific language governing permissions 107836SJohn.Forte@Sun.COM# and limitations under the License. 117836SJohn.Forte@Sun.COM# 127836SJohn.Forte@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 137836SJohn.Forte@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 147836SJohn.Forte@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 157836SJohn.Forte@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 167836SJohn.Forte@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 177836SJohn.Forte@Sun.COM# 187836SJohn.Forte@Sun.COM# CDDL HEADER END 197836SJohn.Forte@Sun.COM# 207836SJohn.Forte@Sun.COM# 21*8744SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 227836SJohn.Forte@Sun.COM# Use is subject to license terms. 237836SJohn.Forte@Sun.COM# 24*8744SAli.Bahrami@Sun.COM 25*8744SAli.Bahrami@Sun.COM# 26*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 27*8744SAli.Bahrami@Sun.COM# 28*8744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29*8744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 30*8744SAli.Bahrami@Sun.COM# 31*8744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 32*8744SAli.Bahrami@Sun.COM# 33*8744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 34*8744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 35*8744SAli.Bahrami@Sun.COM# 36*8744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 37*8744SAli.Bahrami@Sun.COM# 38*8744SAli.Bahrami@Sun.COM 39*8744SAli.Bahrami@Sun.COM# 407836SJohn.Forte@Sun.COM# Generic interface definition for usr/src/lib/libunistat. 417836SJohn.Forte@Sun.COM# 427836SJohn.Forte@Sun.COM 437836SJohn.Forte@Sun.COMSUNWprivate { 447836SJohn.Forte@Sun.COM global: 457836SJohn.Forte@Sun.COM spcs_s_uinit; 467836SJohn.Forte@Sun.COM spcs_s_ucreate; 477836SJohn.Forte@Sun.COM spcs_s_string; 487836SJohn.Forte@Sun.COM spcs_s_report; 497836SJohn.Forte@Sun.COM spcs_s_exception; 507836SJohn.Forte@Sun.COM spcs_s_ufree; 517836SJohn.Forte@Sun.COM spcs_log; 527836SJohn.Forte@Sun.COM local: 537836SJohn.Forte@Sun.COM *; 547836SJohn.Forte@Sun.COM}; 55