mapfile-vers revision 7c478bd95313f5f23a4c958a745db2134aa03244
5cd4555ad444fd391002ae32450572054369fd42Rob Austein# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Use is subject to license terms.
6ea2385360e9e2167e65f9286447da9eea189457Tinderbox User# CDDL HEADER START
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# The contents of this file are subject to the terms of the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Common Development and Distribution License, Version 1.0 only
dd750c560ae48cf6caeb9a9fe81d33fc4746106dBrian Wellington# (the "License"). You may not use this file except in compliance
dd750c560ae48cf6caeb9a9fe81d33fc4746106dBrian Wellington# with the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# If applicable, add the following below this CDDL HEADER, with the
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
2fd58cb8f17e8d268650ae05c2bba94eaf7c7217Automatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# CDDL HEADER END
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# ident "%Z%%M% %I% %E% SMI"
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley dladdr = FUNCTION;
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein dlclose = FUNCTION;
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein dlerror = FUNCTION;
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews dlopen = FUNCTION;
d6b5e0b0e8a4e3e927f8d47ca82c3e7f42e0f4bbMark Andrews dlsym = FUNCTION;