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
/
sigprocmask.S
blob
fa988d538efcbfb40b0730ba52e911aac2e3869c
1
/
2
/ The SCO signal stuff seems to be weird. The POSIX stuff appears to
3
/ "extended" system calls, and use values in eax and edx.
4
/
5
.globl sigprocmask
6
sigprocmask:
7
movl $0x2828, %eax
8
lcall $7,$0
9
jb _cerror
10
ret
11
addl $4, %esp
12
lcall $0xf,$0