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

cerror.s « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d53bae158803f0b752a4374559a312ca175f775 (plain)
1
2
3
4
5
6
7
8
9
	.globl	_cerror
_cerror:	
	movl	%eax, errno
	movl	$-1, %eax
	ret
	.data
	.globl	errno
errno:	.long 0