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

sigprocmask.s « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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