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
/
wait.S
blob
1ae8b0c6b994575905cbeb3dabe8042722f0c4a3
1
.globl _wait
2
.globl wait
3
_wait:
4
wait:
5
movl $0x7, %eax
6
lcall $7,$0
7
jb _cerror
8
movl 4(%esp), %ecx
9
testl %ecx, %ecx
10
je bye
11
movl %edx, (%ecx)
12
bye:
13
ret