4.1cBSD/usr/src/lib/libc/sys/execv.c

Compare this file to the similar file:
Show the results in this format:

/* execv.c 4.2 82/12/29 */

#include "SYS.h"

ENTRY(execv)
	.globl	_environ
	pushl	_environ
	pushl	8(ap)
	pushl	4(ap)
	calls	$3,_execve
	ret			# execv(file, argv)