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

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

/* execl.c 4.1 82/12/04 */

#include "SYS.h"

ENTRY(execl)
	pushab	8(ap)
	pushl	4(ap)
	calls	$2,_execv
	ret		# execl(file, arg1, arg2, ..., 0);