xref: /csrg-svn/lib/libc/sys/wait4.s (revision 37100)
1*37100Sbostic/*
2*37100Sbostic * Copyright (c) 1983, 1988 Regents of the University of California.
3*37100Sbostic * All rights reserved.
4*37100Sbostic *
5*37100Sbostic * Redistribution and use in source and binary forms are permitted
6*37100Sbostic * provided that the above copyright notice and this paragraph are
7*37100Sbostic * duplicated in all such forms and that any documentation,
8*37100Sbostic * advertising materials, and other materials related to such
9*37100Sbostic * distribution and use acknowledge that the software was developed
10*37100Sbostic * by the University of California, Berkeley.  The name of the
11*37100Sbostic * University may not be used to endorse or promote products derived
12*37100Sbostic * from this software without specific prior written permission.
13*37100Sbostic * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*37100Sbostic * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*37100Sbostic * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16*37100Sbostic */
17*37100Sbostic
18*37100Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
19*37100Sbostic	.asciz "@(#)wait4.s	5.1 (Berkeley) 03/07/89"
20*37100Sbostic#endif /* SYSLIBC_SCCS and not lint */
21*37100Sbostic
22*37100Sbostic#include "SYS.h"
23*37100Sbostic
24*37100SbosticSYSCALL(wait4)
25*37100Sbostic	ret
26