xref: /csrg-svn/lib/libc/sys/sendto.s (revision 21868)
1*21868Sdist/*
2*21868Sdist * Copyright (c) 1983 Regents of the University of California.
3*21868Sdist * All rights reserved.  The Berkeley software License Agreement
4*21868Sdist * specifies the terms and conditions for redistribution.
5*21868Sdist */
69499Smckusick
7*21868Sdist#ifndef lint
8*21868Sdiststatic char sccsid[] = "@(#)sendto.s	5.1 (Berkeley) 06/03/85";
9*21868Sdist#endif not lint
10*21868Sdist
119499Smckusick#include "SYS.h"
129499Smckusick
139499SmckusickSYSCALL(sendto)
149499Smckusick	ret
15