4.1cBSD/usr/src/lib/libc/sys/wait.c

Compare this file to the similar file:
Show the results in this format:

/* wait.c 4.1 82/12/28 */

#include "SYS.h"

SYSCALL(wait)
	tstl	4(ap)
	jeql	1f
	movl	r1,*4(ap)
1:
	ret