Welcome to mirror list, hosted at ThFree Co, Russian Federation.

unlink.S « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b85e87c2711522e4b68d4c233d64779bcb3172ac (plain)
1
2
3
4
5
6
7
8
9
	.globl	_unlink
	.globl	unlink
_unlink:
unlink:	
	movl	$0xa, %eax
	lcall	$7,$0
	jb	_cerror
	xor	%eax, %eax
	ret