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