summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2018-01-23 17:11:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2018-01-23 17:11:03 +0000
commit69032b21d94858c27a1c9debe5a0fd75759a4d1b (patch)
tree5f9cbaa396ade26099f4ac20d92c833d1db5995a /lib/libc
parentb1c72f51a74caff59c8c7bc0a26a6a7e39397d2d (diff)
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