SIG_SETMASK is 3, not 1. Sigh.

This commit is contained in:
peter 2003-05-08 07:41:24 +00:00
parent 61de490e30
commit 2ed5055d26

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))