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