1*6812Sraf# 2*6812Sraf# CDDL HEADER START 3*6812Sraf# 4*6812Sraf# The contents of this file are subject to the terms of the 5*6812Sraf# Common Development and Distribution License (the "License"). 6*6812Sraf# You may not use this file except in compliance with the License. 7*6812Sraf# 8*6812Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*6812Sraf# or http://www.opensolaris.org/os/licensing. 10*6812Sraf# See the License for the specific language governing permissions 11*6812Sraf# and limitations under the License. 12*6812Sraf# 13*6812Sraf# When distributing Covered Code, include this CDDL HEADER in each 14*6812Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*6812Sraf# If applicable, add the following below this CDDL HEADER, with the 16*6812Sraf# fields enclosed by brackets "[]" replaced with your own identifying 17*6812Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 18*6812Sraf# 19*6812Sraf# CDDL HEADER END 20*6812Sraf# 21*6812Sraf# 22*6812Sraf# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23*6812Sraf# Use is subject to license terms. 24*6812Sraf# 25*6812Sraf# ident "%Z%%M% %I% %E% SMI" 26*6812Sraf# 27*6812Sraf 28*6812Sraf# 29*6812Sraf# This is the list of functions in libc that historically have 30*6812Sraf# had synonym names with two leading underscores, as in: 31*6812Sraf# mutex_lock() 32*6812Sraf# __mutex_lock() 33*6812Sraf# 34*6812Sraf 35*6812Srafmutex_consistent 36*6812Srafmutex_destroy 37*6812Srafmutex_held 38*6812Srafmutex_init 39*6812Srafmutex_lock 40*6812Srafmutex_trylock 41*6812Srafmutex_unlock 42