Skip to content

Commit

Permalink
Pass fourth argument to rt_sigprocmask system call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Sep 26, 2003
1 parent 8afd37c commit 2047343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sysdeps/unix/sysv/linux/ia64/getcontext.S
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand All @@ -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
Expand Down

0 comments on commit 2047343

Please sign in to comment.