summaryrefslogtreecommitdiff
path: root/lib/libc/arch/mips64
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2011-11-22 21:13:31 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2011-11-22 21:13:31 +0000
commite4ec26f0e2b58c6d24ed72b18ed6ad64ad7fbf22 (patch)
tree840338b7df523d0d4888563e5c568c42009293f9 /lib/libc/arch/mips64
parent22b74528e2a12e785f4b8987aea532f5584265ec (diff)
sigstack() is long dead, and the compat sigaltstack syscall is gone too.
Correct the namespace protections for sigreturn(), sigwait(), and psignal() ok millert@
Diffstat (limited to 'lib/libc/arch/mips64')
-rw-r--r--lib/libc/arch/mips64/gen/setjmp.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/mips64/gen/setjmp.S b/lib/libc/arch/mips64/gen/setjmp.S
index b534105b154..156c25046da 100644
--- a/lib/libc/arch/mips64/gen/setjmp.S
+++ b/lib/libc/arch/mips64/gen/setjmp.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: setjmp.S,v 1.6 2009/12/11 05:10:15 miod Exp $ */
+/* $OpenBSD: setjmp.S,v 1.7 2011/11/22 21:13:30 guenther Exp $ */
/*
* Copyright (c) 2001-2002 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -68,7 +68,7 @@ NON_LEAF(setjmp, FRAMESZ, ra)
and v1, v1, 1 # extract onstack flag
REG_S v1, SC_ONSTACK(a0) # save it in sc_onstack
REG_L ra, RAOFF(sp)
- blt v0, zero, botch # check for sigstack() error
+ blt v0, zero, botch # check for sigaltstack() error
REG_S ra, SC_PC(a0) # sc_pc = return address
#if defined(__mips64)
dli v0, 0xACEDBADE # sigcontext magic number