SIG_SETMASK is 3, not 1. Sigh.

This commit is contained in:
Peter Wemm 2003-05-08 07:41:24 +00:00
parent bd3aef3d0d
commit 0b1bb81ae6

View File

@ -80,7 +80,7 @@ ENTRY(__longjmp)
pushq %rdi
pushq %rsi
movq %rdi,%rdx
movq $1,%rdi /* SIG_SETMASK */
movq $3,%rdi /* SIG_SETMASK */
leaq 72(%rdx),%rsi /* (sigset_t*)set */
movq $0,%rdx /* (sigset_t*)oset */
call PIC_PLT(CNAME(_sigprocmask))