1	.globl	_unlink
2	.globl	unlink
3_unlink:
4unlink:
5	movl	$0xa, %eax
6	lcall	$7,$0
7	jb	_cerror
8	xor	%eax, %eax
9	ret
10