xref: /csrg-svn/lib/libc/vax/sys/execv.s (revision 10007)
1/* execv.s 4.2 82/12/29 */
2
3#include "SYS.h"
4
5ENTRY(execv)
6	.globl	_environ
7	pushl	_environ
8	pushl	8(ap)
9	pushl	4(ap)
10	calls	$3,_execve
11	ret			# execv(file, argv)
12