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

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

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

#include "SYS.h"

ENTRY(syscall)
	movl	4(ap),r0	# syscall number
	subl3	$1,(ap)+,(ap)	# one fewer arguments
	chmk	r0
	ret