summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sysvi386/sigprocmask.s
blob: fa988d538efcbfb40b0730ba52e911aac2e3869c (plain)
1
2
3
4
5
6
7
8
9
10
11
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