Pass fourth argument to rt_sigprocmask system call.

This commit is contained in:
Ulrich Drepper 2003-09-26 08:41:51 +00:00
parent 8afd37cb2b
commit 2047343ac5
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@
ENTRY(__getcontext)
.prologue
alloc r16 = ar.pfs, 1, 0, 3, 0
alloc r16 = ar.pfs, 1, 0, 4, 0
// sigprocmask (SIG_BLOCK, NULL, &sc->sc_mask):
@ -45,6 +45,7 @@ ENTRY(__getcontext)
mov out0 = SIG_BLOCK
mov out1 = 0
add out2 = r2, in0
mov out3 = 8 // sizeof kernel sigset_t
break __BREAK_SYSCALL
flushrs // save dirty partition on rbs