diff options
Diffstat (limited to 'lib/libc/arch/hppa/string/strlcpy.S')
-rw-r--r-- | lib/libc/arch/hppa/string/strlcpy.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/arch/hppa/string/strlcpy.S b/lib/libc/arch/hppa/string/strlcpy.S index f8b164588f8..cc26bd12cc3 100644 --- a/lib/libc/arch/hppa/string/strlcpy.S +++ b/lib/libc/arch/hppa/string/strlcpy.S @@ -1,4 +1,4 @@ -/* $OpenBSD: strlcpy.S,v 1.3 2001/03/28 18:20:11 mickey Exp $ */ +/* $OpenBSD: strlcpy.S,v 1.4 2001/06/04 23:14:03 mickey Exp $ */ /* * Copyright (c) 1999-2001 Michael Shalayeff @@ -34,7 +34,7 @@ #if defined(LIBC_SCCS) .text - .asciz "$OpenBSD: strlcpy.S,v 1.3 2001/03/28 18:20:11 mickey Exp $" + .asciz "$OpenBSD: strlcpy.S,v 1.4 2001/06/04 23:14:03 mickey Exp $" .align 4 #endif @@ -42,7 +42,7 @@ * * it will never be a string of 2^32, so we assume 2^31 as a max size */ -ENTRY(strlcpy) +LEAF_ENTRY(strlcpy) addi 1, arg1, ret0 subi 1, arg2, t2 |