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