mapfile_skel revision 7c478bd95313f5f23a4c958a745db2134aa03244
107N/A/*
107N/A * CDDL HEADER START
107N/A *
107N/A * The contents of this file are subject to the terms of the
107N/A * Common Development and Distribution License, Version 1.0 only
107N/A * (the "License"). You may not use this file except in compliance
107N/A * with the License.
107N/A *
107N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
107N/A * or http://www.opensolaris.org/os/licensing.
107N/A * See the License for the specific language governing permissions
107N/A * and limitations under the License.
107N/A *
107N/A * When distributing Covered Code, include this CDDL HEADER in each
107N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
107N/A * If applicable, add the following below this CDDL HEADER, with the
107N/A * fields enclosed by brackets "[]" replaced with your own identifying
107N/A * information: Portions Copyright [yyyy] [name of copyright owner]
107N/A *
107N/A * CDDL HEADER END
107N/A */
107N/A/* BEGIN PROLOGUE */
107N/A/*
107N/A * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
107N/A * Use is subject to license terms.
107N/A */
107N/A
107N/A#pragma ident "%Z%%M% %I% %E% SMI"
107N/A
107N/A/*
107N/A * This file is used to limit the symbols that are to be exported from the
107N/A * debugger. This ensures that dmods follow the module API.
107N/A */
107N/A
107N/A{
107N/A global:
107N/A
107N/A/* END PROLOGUE */
107N/A/* BEGIN EPILOGUE */
107N/A /*
107N/A * Secret additions to the module API
107N/A */
107N/A
107N/A /* Implementation detail of the ctype macros */
107N/A __ctype;
107N/A /* There should be only one - ours */
107N/A errno;
107N/A
107N/A mdb_tgt_aread;
107N/A mdb_dis_create;
107N/A mdb_dis_destroy;
107N/A
107N/A local:
107N/A *;
107N/A};
107N/A/* END EPILOGUE */
107N/A