121797Sdist/* 221797Sdist * Copyright (c) 1983 Regents of the University of California. 334391Sbostic * All rights reserved. 434391Sbostic * 5*42642Sbostic * %sccs.include.redist.c% 621797Sdist */ 79445Smckusick 834391Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint) 9*42642Sbostic .asciz "@(#)execl.s 5.6 (Berkeley) 06/01/90" 1034391Sbostic#endif /* SYSLIBC_SCCS and not lint */ 1121797Sdist 129445Smckusick#include "SYS.h" 139445Smckusick 149445SmckusickENTRY(execl) 159445Smckusick pushab 8(ap) 169445Smckusick pushl 4(ap) 179445Smckusick calls $2,_execv 189445Smckusick ret # execl(file, arg1, arg2, ..., 0); 19