xref: /titanic_51/usr/src/lib/libpp/mapfile-vers (revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45)
1da2e3ebdSchin#
2da2e3ebdSchin# CDDL HEADER START
3da2e3ebdSchin#
4da2e3ebdSchin# The contents of this file are subject to the terms of the
5da2e3ebdSchin# Common Development and Distribution License (the "License").
6da2e3ebdSchin# You may not use this file except in compliance with the License.
7da2e3ebdSchin#
8da2e3ebdSchin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9da2e3ebdSchin# or http://www.opensolaris.org/os/licensing.
10da2e3ebdSchin# See the License for the specific language governing permissions
11da2e3ebdSchin# and limitations under the License.
12da2e3ebdSchin#
13da2e3ebdSchin# When distributing Covered Code, include this CDDL HEADER in each
14da2e3ebdSchin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15da2e3ebdSchin# If applicable, add the following below this CDDL HEADER, with the
16da2e3ebdSchin# fields enclosed by brackets "[]" replaced with your own identifying
17da2e3ebdSchin# information: Portions Copyright [yyyy] [name of copyright owner]
18da2e3ebdSchin#
19da2e3ebdSchin# CDDL HEADER END
20da2e3ebdSchin#
21da2e3ebdSchin
22da2e3ebdSchin#
23*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24da2e3ebdSchin# Use is subject to license terms.
25da2e3ebdSchin#
26da2e3ebdSchin
27*bfed486aSAli Bahrami#
28*bfed486aSAli Bahrami# MAPFILE HEADER START
29*bfed486aSAli Bahrami#
30*bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
31*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
32*bfed486aSAli Bahrami#
33*bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
34*bfed486aSAli Bahrami#
35*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
36*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
37*bfed486aSAli Bahrami#
38*bfed486aSAli Bahrami# MAPFILE HEADER END
39*bfed486aSAli Bahrami#
40*bfed486aSAli Bahrami
41da2e3ebdSchinSUNWprivate_1.1 {
42da2e3ebdSchin    global:
43da2e3ebdSchin	pp;
44da2e3ebdSchin	ppop;
45da2e3ebdSchin	pplex;
46da2e3ebdSchin	ppinput;
47da2e3ebdSchin	ppargs;
48da2e3ebdSchin
49da2e3ebdSchin    local:
50da2e3ebdSchin	*;
51da2e3ebdSchin};
52