xref: /onnv-gate/usr/src/lib/libc/sparc/sys/__uadmin.s (revision 10052:86e6866e392d)
1*10052SGangadhar.M@Sun.COM/*
2*10052SGangadhar.M@Sun.COM * CDDL HEADER START
3*10052SGangadhar.M@Sun.COM *
4*10052SGangadhar.M@Sun.COM * The contents of this file are subject to the terms of the
5*10052SGangadhar.M@Sun.COM * Common Development and Distribution License (the "License").
6*10052SGangadhar.M@Sun.COM * You may not use this file except in compliance with the License.
7*10052SGangadhar.M@Sun.COM *
8*10052SGangadhar.M@Sun.COM * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*10052SGangadhar.M@Sun.COM * or http://www.opensolaris.org/os/licensing.
10*10052SGangadhar.M@Sun.COM * See the License for the specific language governing permissions
11*10052SGangadhar.M@Sun.COM * and limitations under the License.
12*10052SGangadhar.M@Sun.COM *
13*10052SGangadhar.M@Sun.COM * When distributing Covered Code, include this CDDL HEADER in each
14*10052SGangadhar.M@Sun.COM * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*10052SGangadhar.M@Sun.COM * If applicable, add the following below this CDDL HEADER, with the
16*10052SGangadhar.M@Sun.COM * fields enclosed by brackets "[]" replaced with your own identifying
17*10052SGangadhar.M@Sun.COM * information: Portions Copyright [yyyy] [name of copyright owner]
18*10052SGangadhar.M@Sun.COM *
19*10052SGangadhar.M@Sun.COM * CDDL HEADER END
20*10052SGangadhar.M@Sun.COM */
21*10052SGangadhar.M@Sun.COM/*
22*10052SGangadhar.M@Sun.COM * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*10052SGangadhar.M@Sun.COM * Use is subject to license terms.
24*10052SGangadhar.M@Sun.COM */
25*10052SGangadhar.M@Sun.COM
26*10052SGangadhar.M@Sun.COM	.file	"__uadmin.s"
27*10052SGangadhar.M@Sun.COM
28*10052SGangadhar.M@Sun.COM#include "SYS.h"
29*10052SGangadhar.M@Sun.COM
30*10052SGangadhar.M@Sun.COM	ENTRY(__uadmin)
31*10052SGangadhar.M@Sun.COM	SYSTRAP_RVAL1(uadmin)
32*10052SGangadhar.M@Sun.COM	SYSCERROR
33*10052SGangadhar.M@Sun.COM	RET
34*10052SGangadhar.M@Sun.COM	SET_SIZE(__uadmin)
35