]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/sh/strlen.S
Update.
[thirdparty/glibc.git] / sysdeps / sh / strlen.S
index 41c53fd777c66bfc6cb46ac66d3948c17a9588c0..e25d7ef5eccc6c0dff1e27d15328f7ee30f00e20 100644 (file)
@@ -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)