154925bf6Swillf# 254925bf6Swillf# CDDL HEADER START 354925bf6Swillf# 454925bf6Swillf# The contents of this file are subject to the terms of the 554925bf6Swillf# Common Development and Distribution License (the "License"). 654925bf6Swillf# You may not use this file except in compliance with the License. 754925bf6Swillf# 854925bf6Swillf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 954925bf6Swillf# or http://www.opensolaris.org/os/licensing. 1054925bf6Swillf# See the License for the specific language governing permissions 1154925bf6Swillf# and limitations under the License. 1254925bf6Swillf# 1354925bf6Swillf# When distributing Covered Code, include this CDDL HEADER in each 1454925bf6Swillf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1554925bf6Swillf# If applicable, add the following below this CDDL HEADER, with the 1654925bf6Swillf# fields enclosed by brackets "[]" replaced with your own identifying 1754925bf6Swillf# information: Portions Copyright [yyyy] [name of copyright owner] 1854925bf6Swillf# 1954925bf6Swillf# CDDL HEADER END 2054925bf6Swillf# 2154925bf6Swillf# 22*cd3e9333SAli Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 2354925bf6Swillf# 24bfed486aSAli Bahrami 25bfed486aSAli Bahrami# 26bfed486aSAli Bahrami# MAPFILE HEADER START 27bfed486aSAli Bahrami# 28bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 30bfed486aSAli Bahrami# 31bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 32bfed486aSAli Bahrami# 33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 35bfed486aSAli Bahrami# 36bfed486aSAli Bahrami# MAPFILE HEADER END 3754925bf6Swillf# 3854925bf6Swillf 3954925bf6Swillf# Due to mistakes made early in the history of this library, there are 4054925bf6Swillf# no SUNW_1.1 symbols, but the version is now kept as a placeholder. 4154925bf6Swillf# Don't add any symbols to this version. 4254925bf6Swillf 43*cd3e9333SAli Bahrami$mapfile_version 2 44*cd3e9333SAli Bahrami 45*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 { 4654925bf6Swillf global: 4754925bf6Swillf SUNW_1.1; 4854925bf6Swillf}; 4954925bf6Swillf 50*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 5154925bf6Swillf global: 5254925bf6Swillf kdb2_bt_rseq; 5354925bf6Swillf kdb2_dbm_clearerr; 5454925bf6Swillf kdb2_dbm_close; 5554925bf6Swillf kdb2_dbm_delete; 5654925bf6Swillf kdb2_dbm_dirfno; 5754925bf6Swillf kdb2_dbm_error; 5854925bf6Swillf kdb2_dbm_fetch; 5954925bf6Swillf kdb2_dbm_firstkey; 6054925bf6Swillf kdb2_dbm_nextkey; 6154925bf6Swillf kdb2_dbm_open; 6254925bf6Swillf kdb2_dbm_store; 6354925bf6Swillf kdb2_dbminit; 6454925bf6Swillf kdb2_dbopen; 6554925bf6Swillf kdb2_delete; 6654925bf6Swillf kdb2_fetch; 6754925bf6Swillf kdb2_firstkey; 6854925bf6Swillf kdb2_hcreate; 6954925bf6Swillf kdb2_hdestroy; 7054925bf6Swillf kdb2_hsearch; 7154925bf6Swillf kdb2_mpool_close; 7254925bf6Swillf kdb2_mpool_delete; 7354925bf6Swillf kdb2_mpool_filter; 7454925bf6Swillf kdb2_mpool_get; 7554925bf6Swillf kdb2_mpool_new; 7654925bf6Swillf kdb2_mpool_open; 7754925bf6Swillf kdb2_mpool_put; 7854925bf6Swillf kdb2_mpool_sync; 7954925bf6Swillf kdb2_nextkey; 8054925bf6Swillf kdb2_store; 8154925bf6Swillf local: 8254925bf6Swillf *; 8354925bf6Swillf}; 84