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