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