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