source: trunk/libs/newlib/src/newlib/libc/sys/sysvi386/sigprocmask.S

Last change on this file was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 245 bytes
Line 
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
6sigprocmask:
7        movl    $0x2828, %eax
8        lcall   $7,$0
9        jb      _cerror
10        ret
11        addl    $4, %esp
12        lcall   $0xf,$0
Note: See TracBrowser for help on using the repository browser.