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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/sysvi386/sigprocmask.s')
-rw-r--r--newlib/libc/sys/sysvi386/sigprocmask.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/libc/sys/sysvi386/sigprocmask.s b/newlib/libc/sys/sysvi386/sigprocmask.s
new file mode 100644
index 000000000..fa988d538
--- /dev/null
+++ b/newlib/libc/sys/sysvi386/sigprocmask.s
@@ -0,0 +1,12 @@
+/
+/ The SCO signal stuff seems to be weird. The POSIX stuff appears to
+/ "extended" system calls, and use values in eax and edx.
+/
+ .globl sigprocmask
+sigprocmask:
+ movl $0x2828, %eax
+ lcall $7,$0
+ jb _cerror
+ ret
+ addl $4, %esp
+ lcall $0xf,$0