summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-10-04 06:34:35 +0000
committerguenther <guenther@openbsd.org>2015-10-04 06:34:35 +0000
commitb303f8b300a73d89a4f010e86bf68cd8aba38c06 (patch)
tree5118ca2eb3851ea49a66ec0b59b61760f06fdbd7
parentRepair tame() error check to be == -1 (diff)
downloadwireguard-openbsd-b303f8b300a73d89a4f010e86bf68cd8aba38c06.tar.xz
wireguard-openbsd-b303f8b300a73d89a4f010e86bf68cd8aba38c06.zip
Delete an inexplicable comment
-rw-r--r--lib/libc/arch/mips64/sys/sigpending.S4
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)