summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2018-01-23 17:11:02 +0000
committerderaadt <deraadt@openbsd.org>2018-01-23 17:11:02 +0000
commit6f31b16b9589b822b677516478fd56b65f41c3dd (patch)
treed7b2e896a4ccfdf99bf263532087c07e3ff88e66 /lib/libc
parentAlways lock the kernel lock with non-MP-safe interrupt handlers. (diff)
downloadwireguard-openbsd-6f31b16b9589b822b677516478fd56b65f41c3dd.tar.xz
wireguard-openbsd-6f31b16b9589b822b677516478fd56b65f41c3dd.zip
use END_STRONG. Yes, everything in the sh ecosystem is different..
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/arch/sh/string/ffs.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/sh/string/ffs.S b/lib/libc/arch/sh/string/ffs.S
index c199bb440fd..a17d48d61f1 100644
--- a/lib/libc/arch/sh/string/ffs.S
+++ b/lib/libc/arch/sh/string/ffs.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: ffs.S,v 1.4 2018/01/18 08:23:44 guenther Exp $ */
+/* $OpenBSD: ffs.S,v 1.5 2018/01/23 17:11:02 deraadt Exp $ */
/* $NetBSD: ffs.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */
/*-
@@ -91,5 +91,5 @@ L8bit:
Lzero: rts
nop
-END(ffs)
+END_STRONG(ffs)
.protected ffs