diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/arch/mips64/sys/sigpending.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/mips64/sys/sigpending.S b/lib/libc/arch/mips64/sys/sigpending.S index 42098fab82b..7d55fdcb507 100644 --- a/lib/libc/arch/mips64/sys/sigpending.S +++ b/lib/libc/arch/mips64/sys/sigpending.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigpending.S,v 1.5 2011/04/04 12:42:39 guenther Exp $ */ +/* $OpenBSD: sigpending.S,v 1.6 2015/10/04 06:34:35 guenther Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -40,7 +40,7 @@ SYSLEAF(sigpending, FRAMESZ) PTR_SUBU sp, FRAMESZ SETUP_GP64(GPOFF, sigpending) .set reorder - li v0, SYS_sigpending # setlogin(name) + li v0, SYS_sigpending syscall bne a3, zero, 1f sw v0, 0(a0) |