mapfile-vers revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# CDDL HEADER START
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The contents of this file are subject to the terms of the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Common Development and Distribution License (the "License").
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# You may not use this file except in compliance with the License.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# See the License for the specific language governing permissions
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# and limitations under the License.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# When distributing Covered Code, include this CDDL HEADER in each
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If applicable, add the following below this CDDL HEADER, with the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# CDDL HEADER END
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Use is subject to license terms.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# MAPFILE HEADER START
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Object versioning must comply with the rules detailed in
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# You should not be making modifications here until you've read the most current
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# copy of that file. If you need help, contact a gatekeeper for guidance.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# MAPFILE HEADER END
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# DO NOT TOUCH THIS FILE.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# This file declares interfaces that are cast in stone.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# They offer interfaces that will never change.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# DO NOT TOUCH THIS FILE.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSUNW_1.6.1 {
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync _stack_grow = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync pthread_cond_reltimedwait_np = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync cond_reltimedwait = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync pthread_mutexattr_setrobust_np = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync pthread_mutexattr_getrobust_np = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync pthread_mutex_consistent_np = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync pthread_attr_getguardsize = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync pthread_attr_setguardsize = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync pthread_getconcurrency = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync pthread_rwlock_destroy = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync pthread_rwlock_init = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync pthread_rwlock_rdlock = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync pthread_rwlock_tryrdlock = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync pthread_rwlock_trywrlock = FUNCTION;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync pthread_rwlock_unlock = FUNCTION;