1*29504Ssam/* 2*29504Ssam * Copyright (c) 1983 Regents of the University of California. 3*29504Ssam * All rights reserved. The Berkeley software License Agreement 4*29504Ssam * specifies the terms and conditions for redistribution. 5*29504Ssam */ 6*29504Ssam 7*29504Ssam#ifdef SYSLIBC_SCCS 8*29504Ssam_sccsid:.asciz "@(#)wait.s 5.1 (Berkeley) 07/02/86" 9*29504Ssam#endif SYSLIBC_SCCS 10*29504Ssam 11*29504Ssam#include "SYS.h" 12*29504Ssam 13*29504SsamSYSCALL(wait) 14*29504Ssam tstl 4(fp) 15*29504Ssam jeql 1f 16*29504Ssam movl r1,*4(fp) 17*29504Ssam1: 18*29504Ssam ret 19