summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sysvi386/rename.s
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