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

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