129452Ssam/* 229452Ssam * Copyright (c) 1983 Regents of the University of California. 334389Sbostic * All rights reserved. 434389Sbostic * 534389Sbostic * Redistribution and use in source and binary forms are permitted 6*34835Sbostic * provided that the above copyright notice and this paragraph are 7*34835Sbostic * duplicated in all such forms and that any documentation, 8*34835Sbostic * advertising materials, and other materials related to such 9*34835Sbostic * distribution and use acknowledge that the software was developed 10*34835Sbostic * by the University of California, Berkeley. The name of the 11*34835Sbostic * University may not be used to endorse or promote products derived 12*34835Sbostic * from this software without specific prior written permission. 13*34835Sbostic * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 14*34835Sbostic * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 15*34835Sbostic * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 1629452Ssam */ 1729452Ssam 1834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint) 19*34835Sbostic .asciz "@(#)execve.s 5.3 (Berkeley) 06/27/88" 2034389Sbostic#endif /* SYSLIBC_SCCS and not lint */ 2129452Ssam 2229452Ssam#include "SYS.h" 2329452Ssam 2429452SsamSYSCALL(execve) 2529452Ssam ret # execve(file, argv, arge) 26