err.D_PROTO_LEN.motoofew.d revision 178477
11541Srgrimes/*
222521Sdyson * CDDL HEADER START
31541Srgrimes *
41541Srgrimes * The contents of this file are subject to the terms of the
51541Srgrimes * Common Development and Distribution License (the "License").
61541Srgrimes * You may not use this file except in compliance with the License.
71541Srgrimes *
81541Srgrimes * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91541Srgrimes * or http://www.opensolaris.org/os/licensing.
101541Srgrimes * See the License for the specific language governing permissions
111541Srgrimes * and limitations under the License.
121541Srgrimes *
131541Srgrimes * When distributing Covered Code, include this CDDL HEADER in each
141541Srgrimes * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
151541Srgrimes * If applicable, add the following below this CDDL HEADER, with the
161541Srgrimes * fields enclosed by brackets "[]" replaced with your own identifying
171541Srgrimes * information: Portions Copyright [yyyy] [name of copyright owner]
181541Srgrimes *
191541Srgrimes * CDDL HEADER END
201541Srgrimes */
211541Srgrimes
221541Srgrimes/*
231541Srgrimes * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
241541Srgrimes * Use is subject to license terms.
251541Srgrimes */
261541Srgrimes
271541Srgrimes#pragma	ident	"%Z%%M%	%I%	%E% SMI"
281541Srgrimes
291541Srgrimes/*
301541Srgrimes * ASSERTION:
311541Srgrimes *	mutex_owned() should handle too few args passed
3222521Sdyson *
3350477Speter * SECTION: Actions and Subroutines/mutex_owned()
341541Srgrimes *
351541Srgrimes */
3683651Speter
3783651Speterlockstat:genunix:mutex_enter:adaptive-acquire
382175Spaul{
3955206Speter	mutex_owned();
4037272Sjmg	exit(1);
4137291Sjmg}
4237272Sjmg