xref: /original-bsd/lib/libc/vax/sys/execv.s (revision f0fd5f8a)
1/* execv.s 4.1 82/12/04 */
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	jmp	cerror		# execv(file, argv)
12