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