diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-10-04 06:34:36 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-10-04 06:34:36 +0000 |
commit | 77a72c1c33ddfdcd3927c5b67b9c010ae0756577 (patch) | |
tree | df09689ad1268bcbba52550c22b091b9c52d1656 | |
parent | b86e078b5ef25cf60dd0d22506ea8958336956af (diff) |
Delete an inexplicable comment
-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) |