xref: /csrg-svn/lib/libc/sys/setsockopt.s (revision 21879)
1*21879Sdist/*
2*21879Sdist * Copyright (c) 1983 Regents of the University of California.
3*21879Sdist * All rights reserved.  The Berkeley software License Agreement
4*21879Sdist * specifies the terms and conditions for redistribution.
5*21879Sdist */
610258Ssam
7*21879Sdist#ifndef lint
8*21879Sdiststatic char sccsid[] = "@(#)setsockopt.s	5.1 (Berkeley) 06/03/85";
9*21879Sdist#endif not lint
10*21879Sdist
1110258Ssam#include "SYS.h"
1210258Ssam
1310258SsamSYSCALL(setsockopt)
1410258Ssam	ret
15