repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git]
/
newlib
/
libc
/
sys
/
sysvi386
/
cerror.S
blob
9d53bae158803f0b752a4374559a312ca175f775
1
.globl _cerror
2
_cerror:
3
movl %eax, errno
4
movl $-1, %eax
5
ret
6
.data
7
.globl errno
8
errno: .long 0
9