@----------------------------------------------------------------------------
@
@ \Source /usr/local/cvsroot/gccsdk/unixlib/source/netlib/_getpeerna.s,v $
@ \Date: 2003/05/13 22:5947 $
@ \Revision 1.6 $
@ \State Exp $
@ \Author joty $
@
@----------------------------------------------------------------------------

	.include	"clib/unixlib/asm_dec.s"



	.global	_getpeername
	NAME	_getpeername
_getpeername:
	.if COMPAT_INET4 == 1
	NetSWIsimple0	XSocket_Getpeername
	.else
	NetSWIsimple0	XSocket_Getpeername_1
	.endif

