V10/libc/sys/kill.s

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

# C library -- kill

	.set	kill,37
.globl	_kill
.globl cerror

_kill:
	.word	0x0000
	chmk	$kill
	bcc 	noerror
	jmp 	cerror
noerror:
	clrl	r0
	ret