_so_accept.s revision 5891:0d5c6468bb04
10SN/A/*
22362SN/A * CDDL HEADER START
30SN/A *
40SN/A * The contents of this file are subject to the terms of the
50SN/A * Common Development and Distribution License (the "License").
60SN/A * You may not use this file except in compliance with the License.
72362SN/A *
80SN/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92362SN/A * or http://www.opensolaris.org/os/licensing.
100SN/A * See the License for the specific language governing permissions
110SN/A * and limitations under the License.
120SN/A *
130SN/A * When distributing Covered Code, include this CDDL HEADER in each
140SN/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
150SN/A * If applicable, add the following below this CDDL HEADER, with the
160SN/A * fields enclosed by brackets "[]" replaced with your own identifying
170SN/A * information: Portions Copyright [yyyy] [name of copyright owner]
180SN/A *
190SN/A * CDDL HEADER END
200SN/A */
212362SN/A
222362SN/A/*	Copyright (c) 1988 AT&T	*/
232362SN/A/*	  All Rights Reserved	*/
240SN/A
250SN/A/*
260SN/A * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
270SN/A * Use is subject to license terms.
280SN/A */
290SN/A
300SN/A#pragma ident	"%Z%%M%	%I%	%E% SMI"
310SN/A
320SN/A	.file	"%M%"
330SN/A
340SN/A/* C library -- __so_accept						*/
350SN/A/* int __so_accept(int sock, struct sockaddr *addr, int *addrlen, int vers) */
360SN/A
370SN/A#include "SYS.h"
380SN/A
390SN/A	SYSCALL2_RVAL1(__so_accept,accept)
400SN/A	RET
410SN/A	SET_SIZE(__so_accept)
420SN/A