xref: /csrg-svn/lib/libc/tahoe/sys/getpeername.s (revision 29462)
1*29462Ssam/*
2*29462Ssam * Copyright (c) 1983 Regents of the University of California.
3*29462Ssam * All rights reserved.  The Berkeley software License Agreement
4*29462Ssam * specifies the terms and conditions for redistribution.
5*29462Ssam */
6*29462Ssam
7*29462Ssam#ifdef SYSLIBC_SCCS
8*29462Ssam_sccsid:.asciz	"@(#)getpeername.s	5.1 (Berkeley) 07/02/86"
9*29462Ssam#endif SYSLIBC_SCCS
10*29462Ssam
11*29462Ssam#include "SYS.h"
12*29462Ssam
13*29462SsamSYSCALL(getpeername)
14*29462Ssam	ret
15