summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-05-08 07:41:24 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-05-08 07:41:24 +0000
commit0b1bb81ae629dcb2da6d45986fd5477a67d6b1bd (patch)
tree4d2056e92b6ce1985e573aa53ab262858950cf8c /lib/libc
parentbd3aef3d0dd12e560f0e5fc50f3367f03fe01640 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/amd64/gen/setjmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/gen/setjmp.S b/lib/libc/amd64/gen/setjmp.S
index ac37f9855162..cfe15b7c35c9 100644
--- a/lib/libc/amd64/gen/setjmp.S
+++ b/lib/libc/amd64/gen/setjmp.S
@@ -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))