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