summaryrefslogtreecommitdiff
path: root/lib/libc/arch/mips/string/strlen.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arch/mips/string/strlen.S')
-rw-r--r--lib/libc/arch/mips/string/strlen.S10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libc/arch/mips/string/strlen.S b/lib/libc/arch/mips/string/strlen.S
index 01eb17f1ed1..8c009ddd8cb 100644
--- a/lib/libc/arch/mips/string/strlen.S
+++ b/lib/libc/arch/mips/string/strlen.S
@@ -34,13 +34,21 @@
* SUCH DAMAGE.
*/
+#if MACHINE==pica
+#include <machine/asm.h>
+#else
#include <machine/machAsmDefs.h>
+#endif
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)strlen.s 8.1 (Berkeley) 6/4/93")
- ASMSTR("$Id: strlen.S,v 1.1 1995/10/18 08:41:35 deraadt Exp $")
+ ASMSTR("$Id: strlen.S,v 1.2 1996/05/16 11:16:07 pefo Exp $")
#endif /* LIBC_SCCS and not lint */
+#ifdef ABICALLS
+ .abicalls
+#endif
+
LEAF(strlen)
addu v1, a0, 1
1: