about summary refs log tree commit diff
path: root/sysdeps/sh/strlen.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sh/strlen.S')
-rw-r--r--sysdeps/sh/strlen.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/sh/strlen.S b/sysdeps/sh/strlen.S
index 41c53fd777..e25d7ef5ec 100644
--- a/sysdeps/sh/strlen.S
+++ b/sysdeps/sh/strlen.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
 
@@ -82,3 +82,4 @@ ENTRY(strlen)
 	rts
 	mov	r2, r0
 END(strlen)
+libc_hidden_builtin_def (strlen)