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

	.include	"clib/unixlib/asm_dec.s"



	.global	_getsockname
	NAME	_getsockname
_getsockname:
	.if COMPAT_INET4 == 1
	NetSWIsimple0	XSocket_Getsockname
	.else
	NetSWIsimple0	XSocket_Getsockname_1
	.endif

