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